Fix indentation
[hvgrip.git] / autogen.sh
index 22b6ff2..8d54a63 100755 (executable)
@@ -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
 }