summaryrefslogtreecommitdiff
path: root/makedist
diff options
context:
space:
mode:
authorAndi Gutmans <andi@php.net>2000-06-25 18:06:04 +0000
committerAndi Gutmans <andi@php.net>2000-06-25 18:06:04 +0000
commit6d67e11514850b5b650a90efdc59159d251b96f9 (patch)
tree35e6bb490820511155f72b73781ded61803ac741 /makedist
parent2e9f657aafbe7057338be69f173641e993deca9a (diff)
downloadphp-git-6d67e11514850b5b650a90efdc59159d251b96f9.tar.gz
- The check for bison nukes $1 and $2 which are used later on in the script
- This needs to be fixed sometime. I have 1.28 on my system :)
Diffstat (limited to 'makedist')
-rwxr-xr-xmakedist16
1 files changed, 8 insertions, 8 deletions
diff --git a/makedist b/makedist
index 16fef6cc03..c4e4793046 100755
--- a/makedist
+++ b/makedist
@@ -27,14 +27,14 @@
# $Id$
#
-old_IFS="$IFS"
-IFS=.
-eval set `bison -V|sed "s/GNU Bison version //"`
-if test "$1" = "1" && test "28" -gt "$2"; then
- echo "Please use Bison 1.28 or higher"
- exit 10
-fi
-IFS="$old_IFS"
+#old_IFS="$IFS"
+#IFS=.
+#eval set `bison -V|sed "s/GNU Bison version //"`
+#if test "$1" = "1" && test "28" -gt "$2"; then
+# echo "Please use Bison 1.28 or higher"
+# exit 10
+#fi
+#IFS="$old_IFS"
PHPROOT=:pserver:cvsread@cvs.php.net:/repository
ZENDROOT=:pserver:cvsread@cvs.zend.com:/repository