From e9e14b8a49690ce58e32244fcf073acc25e4d110 Mon Sep 17 00:00:00 2001 From: Hugo Villeneuve Date: Tue, 25 Mar 2014 22:22:57 -0400 Subject: [PATCH] Fix indentation --- autogen.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/autogen.sh b/autogen.sh index 22b6ff2..8d54a63 100755 --- a/autogen.sh +++ b/autogen.sh @@ -13,7 +13,8 @@ test -f ${TEST_FILE} || { } (autoreconf --version) < /dev/null > /dev/null 2>&1 || { - echo "Error: You must have autoreconf installed to generate the GNU Build System files." + echo "Error: You must have autoreconf installed to generate the" \ + "GNU Build System files." exit 1 } -- 2.20.1