]> granicus.if.org Git - php/commitdiff
one bracket too much
authorAnatol Belski <ab@php.net>
Mon, 10 Aug 2015 08:42:10 +0000 (10:42 +0200)
committerAnatol Belski <ab@php.net>
Mon, 10 Aug 2015 08:42:10 +0000 (10:42 +0200)
makedist

index 3587bfdd6190578ed7d533aef816abca53f21568..4cf8664779b4a4f4184ba943e0b9c86c8371f2f1 100755 (executable)
--- a/makedist
+++ b/makedist
@@ -30,12 +30,12 @@ old_IFS="$IFS"
 IFS=.
 eval set `bison --version| grep 'GNU Bison' | cut -d ' ' -f 4 | sed -e 's/\./ /g'`
 if test "${1}" -lt "3" -o "${1}" = "3" -a "${2}" -eq "0" -a "${3}" -lt "2"; then
-  echo "You will need bison >= 3.0.2 if you want to regenerate the Zend parser (found ${1}.${2}.${3}).)"
+  echo "You will need bison >= 3.0.2 if you want to regenerate the Zend parser (found ${1}.${2}.${3})."
   exit 2
 fi
 eval set `re2c --version| grep 're2c' | cut -d ' ' -f 2 | sed -e 's/\./ /g'`
 if test "${2}" -lt "13" -o "${2}" -eq "13" -a "${3}" -lt "5"; then
-  echo "You will need re2c >= 0.13.5 if you want to regenerate the Zend parser (found ${1}.${2}.${3}).)"
+  echo "You will need re2c >= 0.13.5 if you want to regenerate the Zend parser (found ${1}.${2}.${3})."
   exit 2
 fi
 IFS="$old_IFS"