diff options
| author | Christian Franke <nobody@nowhere.ws> | 2013-05-05 13:56:26 +0200 |
|---|---|---|
| committer | Christian Franke <nobody@nowhere.ws> | 2013-05-05 13:56:26 +0200 |
| commit | a291be331ee46ef31a6e0233cf5ee75eb2d90873 (patch) | |
| tree | 606d9fddce82edffff6ddecb17ef074b3fc176cc | |
| parent | 5f037dbf87ff73ff9859b82fa5a07dbaf9cbb34f (diff) | |
On almost anything but arch, it is python, not python2
| -rwxr-xr-x | scripts/trollette.sh | 2 |
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` |
