summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Franke <nobody@nowhere.ws>2013-05-05 13:56:26 +0200
committerChristian Franke <nobody@nowhere.ws>2013-05-05 13:56:26 +0200
commita291be331ee46ef31a6e0233cf5ee75eb2d90873 (patch)
tree606d9fddce82edffff6ddecb17ef074b3fc176cc
parent5f037dbf87ff73ff9859b82fa5a07dbaf9cbb34f (diff)
On almost anything but arch, it is python, not python2
-rwxr-xr-xscripts/trollette.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/trollette.sh b/scripts/trollette.sh
index e63663f..c3d6a21 100755
--- a/scripts/trollette.sh
+++ b/scripts/trollette.sh
@@ -3,7 +3,7 @@
WEBPATH="../"
NAME="klo"
TIMESTAMP="yes"
-BILD=`python2 trollette.py`
+BILD=`python trollette.py`
TODAY=`date`