1
0
mirror of https://github.com/odrling/Aegisub synced 2025-04-11 22:56:02 +02:00

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

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