1
0
mirror of https://github.com/vikstrous/pirate-get synced 2025-01-09 09:59:51 +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
fi
TMP=`mktemp python`
TMP=`mktemp pirate-get-XXX`
if [ `which python2.7` ]
then
echo "#!/usr/bin/env python2.7" > $TMP