From: Dave Hart Date: Mon, 21 Dec 2009 06:26:25 +0000 (+0000) Subject: [Bug 1427] quote missing in ./build - shows up on NetBSD. X-Git-Tag: NTP_4_2_7P3~5^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cb6902fdf5a54f988455e21581a5a9dd2ac9d1d4;p=thirdparty%2Fntp.git [Bug 1427] quote missing in ./build - shows up on NetBSD. bk: 4b2f1511yWRNu-LEPfmNDGTbAqkiOg --- diff --git a/ChangeLog b/ChangeLog index f26ff79c1..5c502b53a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,7 @@ --- * [Bug 1426] scripts/VersionName needs . on the search path. +* [Bug 1427] quote missing in ./build - shows up on NetBSD. --- (4.2.6p1-RC1) 2009/12/20 Released by Harlan Stenn diff --git a/build b/build index ee1a1c93b..c4cc3b86f 100755 --- a/build +++ b/build @@ -88,7 +88,7 @@ CCSUF="" case "$CC" in '') ;; - *) CCSUF="-`echo $CC | sed -e 's: :_:g' -e's:/:+:g`" + *) CCSUF="-`echo $CC | sed -e 's: :_:g' -e's:/:+:g'`" ;; esac