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