From 450effed5be49fa2f0d4613a54719b6660214b3d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20=27Necoro=27=20Neumann?= Date: Sun, 15 Sep 2013 14:23:01 +0200 Subject: Make cci explicitly use python2 --- .zsh/functions/cci | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.zsh') diff --git a/.zsh/functions/cci b/.zsh/functions/cci index dc46f23..b4af773 100644 --- a/.zsh/functions/cci +++ b/.zsh/functions/cci @@ -34,7 +34,7 @@ fi local message=$1 local tok=__cci__ -local stg_v=$(python -c 'from stgit.builtin_version import version; print version') +local stg_v=$(python2 -c 'from stgit.builtin_version import version; print(version)') # bail out on errors with the python thing (( $? )) && return -- cgit v1.2.3