]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
[Bug 1742] Fix a typo in an error message in the "build" script
authorHarlan Stenn <stenn@ntp.org>
Tue, 7 Dec 2010 08:37:36 +0000 (03:37 -0500)
committerHarlan Stenn <stenn@ntp.org>
Tue, 7 Dec 2010 08:37:36 +0000 (03:37 -0500)
bk: 4cfdf2503nErFZzUuKi7PjHbA7Xn4g

ChangeLog
build

index be17319899badd0048bc3763a08c64f483028f4a..f7cffd2c272b0a33dc37f6665ce3c842e396d5ac 100644 (file)
--- 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 ce97c26e914d7ce4e66061c4a420eec6b2cc5846..18e223c7adf206ab2d04f5b31b07c21e033c4717 100755 (executable)
--- 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
     ;;
  *-*-*) ;;