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

fix error in installer on linux

This commit is contained in:
Viktor Stanchev 2013-12-22 00:10:51 -05:00
parent 5c98bc061d
commit 12c797209d

View File

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