Skip to content

Commit

Permalink
- The check for bison nukes $1 and $2 which are used later on in the …
Browse files Browse the repository at this point in the history
…script

- This needs to be fixed sometime. I have 1.28 on my system :)
  • Loading branch information
Andi Gutmans committed Jun 25, 2000
1 parent 2e9f657 commit 6d67e11
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions makedist
Original file line number Diff line number Diff line change
Expand Up @@ -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:[email protected]:/repository
ZENDROOT=:pserver:[email protected]:/repository
Expand Down

0 comments on commit 6d67e11

Please sign in to comment.