From a291be331ee46ef31a6e0233cf5ee75eb2d90873 Mon Sep 17 00:00:00 2001 From: Christian Franke Date: Sun, 5 May 2013 13:56:26 +0200 Subject: On almost anything but arch, it is python, not python2 --- scripts/trollette.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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` -- cgit v1.2.1