summaryrefslogtreecommitdiffstats
path: root/FUNCTIONS
diff options
context:
space:
mode:
authorVlad Glagolev2015-02-21 13:02:03 +0300
committerVlad Glagolev2015-02-21 13:02:03 +0300
commit2a8d29f900217fd36d36ec4b412a0a6542f6040d (patch)
tree65b210ebeb9b37715419525f72516196ede0b4f2 /FUNCTIONS
parente6fb738df3fd36cdb87caf3d2ac19af5e5d3a63c (diff)
Revert "FUNCTIONS - fix typo"
This reverts commit 857999f63a64dc196d33ced7b831740adb520f2f. Conflicts: ChangeLog
Diffstat (limited to 'FUNCTIONS')
-rwxr-xr-xFUNCTIONS2
1 files changed, 1 insertions, 1 deletions
diff --git a/FUNCTIONS b/FUNCTIONS
index 55bef4fbda..10f7aa5a68 100755
--- a/FUNCTIONS
+++ b/FUNCTIONS
@@ -3,7 +3,7 @@
. $GRIMOIRE/config_query_multi.function
if is_depends_enabled $SPELL python;then
- VV=`installed_version python | cut -c-3` &&
+ VV=`installed_version python1 | cut -c-3` &&
PYTHON2=/usr/bin/python${VV}
export PYTHON=$PYTHON2
fi