Browse Source

Fix a harmless bug

It's so stupid, I'd rather not talk about it :)
master
The Dod 11 years ago
parent
commit
dc9d1ccc31
  1. 2
      install.sh

2
install.sh

@ -13,5 +13,5 @@ else @@ -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

Loading…
Cancel
Save