From 339f9fe8bbf28d56a7786c0b3bb699ab5aa7f8d0 Mon Sep 17 00:00:00 2001 From: Niels Martin Hansen Date: Sun, 17 Jun 2007 12:32:22 +0000 Subject: [PATCH] Probably fixed syntax error in autogen.sh. Originally committed to SVN as r1235. --- autogen.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autogen.sh b/autogen.sh index 951e95b96..435b4f552 100644 --- a/autogen.sh +++ b/autogen.sh @@ -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