This commit is contained in:
Sven Neumann 2002-03-03 13:14:44 +00:00
parent 951f9f8973
commit dba7ede604
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ if expr $VER \>= 0.17 >/dev/null; then
echo "looks OK."
else
echo "too old! (Need 0.17, have $VER)"
DIE=1
exit 1
fi
if [ "x$1" = "x--help" ]; then