diff options
Diffstat (limited to 'fixincludes/genfixes')
-rwxr-xr-x | fixincludes/genfixes | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fixincludes/genfixes b/fixincludes/genfixes index 6bc60d2..f186a50 100755 --- a/fixincludes/genfixes +++ b/fixincludes/genfixes @@ -62,7 +62,7 @@ fi AG="autogen $AG" set -e -if [ -z "`${AG} -v | fgrep 'Ver. 5.'`" ] +if [ -z "`${AG} -v | fgrep ' 5.'`" ] then echo "AutoGen appears to be out of date or not correctly installed." echo "Please download and install:" |