From 4843564e5707c04278cf5a1d649e0811b098d6d0 Mon Sep 17 00:00:00 2001 From: Viktor Stanchev Date: Sat, 14 Dec 2013 08:47:26 -0500 Subject: [PATCH] make installer work on osx --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 5752c7b..01f84c1 100755 --- a/install.sh +++ b/install.sh @@ -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