blob: 2ab8eecb60e05b3931c5c94c7b38414c01adcb85 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
--- bin/storm.orig 2016-04-17 14:26:51.369652776 +0200
+++ bin/storm 2016-04-17 14:27:08.493227056 +0200
@@ -31,8 +31,8 @@
done
# find python >= 2.6
-if [ -a /usr/bin/python2.6 ]; then
- PYTHON=/usr/bin/python2.6
+if [ -a /usr/bin/python2 ]; then
+ PYTHON=/usr/bin/python2
fi
if [ -z "$PYTHON" ]; then
|