Skip to content

Commit

Permalink
fix wording
Browse files Browse the repository at this point in the history
  • Loading branch information
weltling committed Aug 10, 2015
1 parent 0f8bc1c commit a88edb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion makedist
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ if test "${1}" -lt "3" -o "${1}" = "3" -a "${2}" -eq "0" -a "${3}" -lt "2"; then
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 scanner (found ${1}.${2}.${3})."
exit 2
fi
IFS="$old_IFS"
Expand Down

0 comments on commit a88edb3

Please sign in to comment.