From b734c647c973a69b8a98d1c900a340169fefe308 Mon Sep 17 00:00:00 2001 From: Donald Buczek Date: Tue, 5 Jul 2016 17:04:21 +0200 Subject: [PATCH] bee-init: remove danngling whitespace from template --- src/bee-init.sh.in | 1 + 1 file changed, 1 insertion(+) diff --git a/src/bee-init.sh.in b/src/bee-init.sh.in index 10eb3c0..8733d3a 100644 --- a/src/bee-init.sh.in +++ b/src/bee-init.sh.in @@ -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 \