mirror of
https://github.com/twisterarmy/swizzler.git
synced 2025-03-12 13:31:26 +00:00
Fix a harmless bug
It's so stupid, I'd rather not talk about it :)
This commit is contained in:
parent
ec48954d88
commit
dc9d1ccc31
@ -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…
x
Reference in New Issue
Block a user