From: Hugo Villeneuve Date: Wed, 26 Mar 2014 02:22:57 +0000 (-0400) Subject: Fix indentation X-Git-Url: http://gitweb.hugovil.com/?a=commitdiff_plain;h=e9e14b8a49690ce58e32244fcf073acc25e4d110;p=hvgrip.git Fix indentation --- 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 }