aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoot <root@zen>2015-02-27 19:51:57 +0700
committerRoot <root@zen>2015-02-27 19:51:57 +0700
commit72f5b6fe1ee5384ecaea3ca290cc8bdec75c92cb (patch)
treeb5ab22d49d4978ab2138e1b5e2416f9cd8bb4749
parent981a3a7903c3dfe9b601b3094fe3472d886ae22f (diff)
downloadgit-deps-72f5b6fe1ee5384ecaea3ca290cc8bdec75c92cb.tar.gz
fix: use python from ``$PATH`` rather than hard written path.
This allows to use ``git-deps`` in a virtualenv for instance.
-rwxr-xr-xgit-deps2
1 files changed, 1 insertions, 1 deletions
diff --git a/git-deps b/git-deps
index 6e1ef00..d806e4b 100755
--- a/git-deps
+++ b/git-deps
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/env python
#
# git-deps - automatically detect dependencies between git commits
# Copyright (C) 2013 Adam Spiers <git@adamspiers.org>