aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGavin Howard <yzena.tech@gmail.com>2020-04-10 18:38:14 -0600
committerGavin Howard <yzena.tech@gmail.com>2020-04-10 18:38:14 -0600
commitbf4cc6d6d344e052459c68cf0169ee4ed20b967c (patch)
treee9e6718106a73d7e3cebfa3ca4bc152eb97ddea1
parent9db59f1efdbe2daea0b1579265a32eea1bec7116 (diff)
downloadplatform_external_bc-bf4cc6d6d344e052459c68cf0169ee4ed20b967c.tar.gz
platform_external_bc-bf4cc6d6d344e052459c68cf0169ee4ed20b967c.tar.bz2
platform_external_bc-bf4cc6d6d344e052459c68cf0169ee4ed20b967c.zip
Make configure output prettier
-rwxr-xr-xconfigure.sh12
1 files changed, 6 insertions, 6 deletions
diff --git a/configure.sh b/configure.sh
index 7e2ae917..3df095bc 100755
--- a/configure.sh
+++ b/configure.sh
@@ -551,10 +551,10 @@ if [ "$loptions" -eq 1 ]; then
if [ "$err" -ne 0 ]; then
printf 'Long options do not work.\n'
if [ $force -eq 0 ]; then
- printf 'Disabling long options...\n'
+ printf 'Disabling long options...\n\n'
loptions=0
else
- printf 'Forcing long options...\n'
+ printf 'Forcing long options...\n\n'
fi
else
printf 'Long options work.\n\n'
@@ -749,10 +749,10 @@ if [ "$nls" -ne 0 ]; then
if [ "$err" -ne 0 ]; then
printf 'NLS does not work.\n'
if [ $force -eq 0 ]; then
- printf 'Disabling NLS...\n'
+ printf 'Disabling NLS...\n\n'
nls=0
else
- printf 'Forcing NLS...\n'
+ printf 'Forcing NLS...\n\n'
fi
else
printf 'NLS works.\n\n'
@@ -822,10 +822,10 @@ if [ "$hist" -eq 1 ]; then
if [ "$err" -ne 0 ]; then
printf 'History does not work.\n'
if [ $force -eq 0 ]; then
- printf 'Disabling history...\n'
+ printf 'Disabling history...\n\n'
hist=0
else
- printf 'Forcing history...\n'
+ printf 'Forcing history...\n\n'
fi
else
printf 'History works.\n'