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-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=df637a043e4d8aada1b610518234fd590dec3ffb;p=thirdparty%2Fntp.git [Bug 1427] quote missing in ./build - shows up on NetBSD. bk: 4b2f1511yWRNu-LEPfmNDGTbAqkiOg --- diff --git a/ChangeLog b/ChangeLog index f26ff79c19..5c502b53ae 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 ee1a1c93bf..c4cc3b86f2 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