Skip to content

Commit

Permalink
bee-init: remove danngling whitespace from template
Browse files Browse the repository at this point in the history
  • Loading branch information
donald committed Jul 5, 2016
1 parent 3b82e04 commit b734c64
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 b734c64

Please sign in to comment.