Fix indentation
authorHugo Villeneuve <hugo@hugovil.com>
Wed, 26 Mar 2014 02:22:57 +0000 (22:22 -0400)
committerHugo Villeneuve <hugo@hugovil.com>
Mon, 18 Sep 2023 20:56:49 +0000 (16:56 -0400)
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
 }