Probably fixed syntax error in autogen.sh.

Originally committed to SVN as r1235.
This commit is contained in:
Niels Martin Hansen 2007-06-17 12:32:22 +00:00
parent a678ca82fe
commit 339f9fe8bb
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ test "X`echo -e`" = "X-e" && (
echo "Your builtin echo doesn't support -e, running with bash instead."
bash $0
exit
elif
else
echo "Your builtin echo (or echo(1)) doesn't support -e."
echo "If you had bash I'd use that instead, but it seems you don't."
exit 1