aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorJonathan Gray2004-01-18 09:33:25 +0000
committerJonathan Gray2004-01-18 09:33:25 +0000
commit06de6f1dfb7e6baba27e321735b89e9bf95e2876 (patch)
tree3c6c162f4f2ae25049cb54b786ac0ade23e2993e /configure
parent1386af2daf8ec9dfd651eabe902b7e6fac9794ad (diff)
downloadscummvm-rg350-06de6f1dfb7e6baba27e321735b89e9bf95e2876.tar.gz
scummvm-rg350-06de6f1dfb7e6baba27e321735b89e9bf95e2876.tar.bz2
scummvm-rg350-06de6f1dfb7e6baba27e321735b89e9bf95e2876.zip
change output to be consistent
svn-id: r12469
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure
index ce5bec5f05..19a3ff966c 100755
--- a/configure
+++ b/configure
@@ -608,11 +608,11 @@ if test "$_build_sky" = yes ; then
echo " Beneath a Steel Sky"
fi
if test "$_build_bs1" = yes ; then
- echo " Broken Sword I"
+ echo -n " Broken Sword I"
if test "$_mpeg2" = yes ; then
echo " (w/ mpeg2 cutscenes)"
else
- echo " (without mpeg2 cutscenes)"
+ echo " (without mpeg2 cutscenes)"
fi
fi
if test "$_build_bs2" = yes ; then