Fix a harmless bug

It's so stupid, I'd rather not talk about it :)
This commit is contained in:
The Dod 2014-03-31 19:48:56 +07:00
parent ec48954d88
commit dc9d1ccc31

View File

@ -13,5 +13,5 @@ else
fi
if [ ! -f appdir.py ] ; then
echo "# Stupid but effective trick to know where we are:">appdir.py
echo "APPDIR = '$(pwd)'">appdir.py
echo "APPDIR = '$(pwd)'">>appdir.py
fi