From b04e3704724cd03c83f0b276f266dfda5e889291 Mon Sep 17 00:00:00 2001 From: Cinders Date: Wed, 10 Jul 2013 13:50:19 -0600 Subject: [PATCH] Trivial whitespace change in configure_firestorm.sh (make stuff line up) --- scripts/configure_firestorm.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/configure_firestorm.sh b/scripts/configure_firestorm.sh index ceafaae28e..658435ce68 100755 --- a/scripts/configure_firestorm.sh +++ b/scripts/configure_firestorm.sh @@ -265,7 +265,7 @@ if [ ! -d `dirname "$LOG"` ] ; then fi echo -e "configure_firestorm.py" > $LOG -echo -e " PLATFORM: '$PLATFORM'" | tee -a $LOG +echo -e " PLATFORM: '$PLATFORM'" | tee -a $LOG echo -e " KDU: `b2a $WANTS_KDU`" | tee -a $LOG echo -e " FMODEX: `b2a $WANTS_FMODEX`" | tee -a $LOG echo -e " OPENSIM: `b2a $WANTS_OPENSIM`" | tee -a $LOG