From 6220e5a6b8cef9de8a86f4b6ac92664e82312044 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20Saparelli?= Date: Sun, 27 May 2012 22:28:44 +1200 Subject: [PATCH] Use `python2` to be compatible with both 2.6 and 2.7 --- pesterchum | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pesterchum b/pesterchum index 3ea92a5..a206116 100755 --- a/pesterchum +++ b/pesterchum @@ -1,4 +1,4 @@ #!/bin/sh cd `dirname $0` -python2.6 pesterchum.py $@ +python2 pesterchum.py $@