summaryrefslogtreecommitdiff
path: root/.zsh
diff options
context:
space:
mode:
authorRené 'Necoro' Neumann <necoro@necoro.net>2013-09-15 14:23:01 +0200
committerRené 'Necoro' Neumann <necoro@necoro.net>2013-09-15 14:23:02 +0200
commit450effed5be49fa2f0d4613a54719b6660214b3d (patch)
treee505e1adc002b45ee0728801cd702b5bf25e68b5 /.zsh
parent55dada5173b913daae8566ef7ec9b5ad71d33b0a (diff)
downloaddotfiles-450effed5be49fa2f0d4613a54719b6660214b3d.tar.gz
dotfiles-450effed5be49fa2f0d4613a54719b6660214b3d.tar.bz2
dotfiles-450effed5be49fa2f0d4613a54719b6660214b3d.zip
Make cci explicitly use python2
Diffstat (limited to '.zsh')
-rw-r--r--.zsh/functions/cci2
1 files changed, 1 insertions, 1 deletions
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