From: Harlan Stenn Date: Tue, 7 Dec 2010 08:37:36 +0000 (-0500) Subject: [Bug 1742] Fix a typo in an error message in the "build" script X-Git-Tag: NTP_4_2_7P91~1^2^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f5cf67ecdc9f8a9f3fa242a79247d1fc4345c34d;p=thirdparty%2Fntp.git [Bug 1742] Fix a typo in an error message in the "build" script bk: 4cfdf2503nErFZzUuKi7PjHbA7Xn4g --- diff --git a/ChangeLog b/ChangeLog index be1731989..f7cffd2c2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,6 @@ --- +* [Bug 1742] Fix a typo in an error message in the "build" script. * Clean up m4 quoting in configure.ac, *.m4 files, resolving intermittent AC_LANG_PROGRAM possibly undefined errors. * Clean up the SNTP documentation. diff --git a/build b/build index ce97c26e9..18e223c7a 100755 --- a/build +++ b/build @@ -37,7 +37,7 @@ esac CVO=`env PATH="$PATH:." scripts/cvo.sh @cvo@` case "$CVO" in - *-*-*-*) "echo scripts/cvo.sh returned <$CVO>, which makes no sense to me." + *-*-*-*) echo "scripts/cvo.sh returned <$CVO>, which makes no sense to me." exit 1 ;; *-*-*) ;;