Skip to content

Commit

Permalink
bee-init: remove dangling whitespace from template
Browse files Browse the repository at this point in the history
  • Loading branch information
donald committed Aug 24, 2016
1 parent fd993dc commit d59c718
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/bee-init.sh.in
Original file line number Diff line number Diff line change
Expand Up @@ -305,6 +305,7 @@ function initialize() {

sed -e "s,@DEFAULT_CONFIGURE_OPTIONS@,${DEFAULT_CONFIGURE_OPTIONS}," \
-e "s,@DEFAULT_CONFIGURE_OPTIONS_NOTSET@,${DEFAULT_CONFIGURE_OPTIONS_NOTSET}," \
-e 's/\s$//' \
-i ${beefile}

for i in prefix eprefix bindir sbindir libexecdir sysconfdir \
Expand Down

0 comments on commit d59c718

Please sign in to comment.