summaryrefslogtreecommitdiffstats
path: root/autogen.sh
diff options
context:
space:
mode:
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/autogen.sh b/autogen.sh
index 47cf964..a2a9204 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -117,10 +117,12 @@ while getopts "$optspec" optchar; do
;;
p)
echo "Setting production mode..."
+ echo
production=true
;;
v)
echo "Setting verbosity: high"
+ echo
verbose=true
;;
*)