From 685ba4f5877fc5e0645b094a26d98267c576b741 Mon Sep 17 00:00:00 2001 From: fberckel Date: Wed, 30 Aug 2006 16:57:40 +0000 Subject: [PATCH] Mistake fixed (>&) and realignment for maximum 80 characters. --- livesupport/bin/setupDevelopmentEnvironmentAndLog.sh | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/livesupport/bin/setupDevelopmentEnvironmentAndLog.sh b/livesupport/bin/setupDevelopmentEnvironmentAndLog.sh index 56d28af12..fc56c5c2c 100755 --- a/livesupport/bin/setupDevelopmentEnvironmentAndLog.sh +++ b/livesupport/bin/setupDevelopmentEnvironmentAndLog.sh @@ -137,12 +137,14 @@ ls -l $tmpdir/make_modprod_distclean_setup.log >> $tmpdir/make_modprod_distclean rm -rf $tmpdir/configure echo "Now Configure ... "; $bindir/autogen.sh > $tmpdir/configure_development_environment_autogen.log 2>&1 -$basedir/configure --prefix=$usrdir --with-www-docroot=$usrdir/var \ - --with-hostname=localhost --with-apache-group=$apache_group \ +$basedir/configure --with-hostname=localhost --with-www-docroot=$usrdir/var \ + --prefix=$usrdir --with-apache-group=$apache_group \ --with-check-boost=yes --with-check-gtk=yes \ --with-check-gtkmm=yes --with-check-icu=yes \ - --with-check-libxmlpp=yes --with-station-audio-out=default \ - --with-studio-audio-out=default --with-studio-audio-cue=default >& $tmpdir/configure_development_environment.log + --with-check-libxmlpp=yes \ + --with-station-audio-out=default \ + --with-studio-audio-out=default \ + --with-studio-audio-cue=default > $tmpdir/configure_development_environment.log 2>&1 echo "Configure is done, configure_development_environment.log is created"; echo "";