changeset 231:16fa9f090c36

hard-code python2
author Dirk Olmes <dirk@xanthippe.ping.de>
date Thu, 25 Sep 2014 08:06:51 +0200
parents 9faa1f84e8c9
children 18865de3a87d
files feedworm.sh
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/feedworm.sh	Thu Aug 07 04:46:57 2014 +0200
+++ b/feedworm.sh	Thu Sep 25 08:06:51 2014 +0200
@@ -6,4 +6,4 @@
 make > /dev/null
 
 # now run it
-/usr/bin/python ./feedworm.py --backend couchdb $*
+python2 ./feedworm.py --backend couchdb $*