1
0
mirror of https://github.com/vikstrous/pirate-get synced 2025-01-10 10:04:21 +01:00

make installer work on osx

This commit is contained in:
Viktor Stanchev 2013-12-14 08:47:26 -05:00
parent 4ba8956c5e
commit 4843564e57

View File

@ -4,7 +4,7 @@ if [ "$UID" -ne 0 ]
exit
fi
TMP=`mktemp`
TMP=`mktemp python`
if [ `which python2.7` ]
then
echo "#!/usr/bin/env python2.7" > $TMP