Trivial whitespace change in configure_firestorm.sh (make stuff line up)

master
Cinders 2013-07-10 13:50:19 -06:00
parent 99f664ad36
commit b04e370472
1 changed files with 1 additions and 1 deletions

View File

@ -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