diff options
author | Root <root@zen> | 2015-02-27 19:51:57 +0700 |
---|---|---|
committer | Root <root@zen> | 2015-02-27 19:51:57 +0700 |
commit | 72f5b6fe1ee5384ecaea3ca290cc8bdec75c92cb (patch) | |
tree | b5ab22d49d4978ab2138e1b5e2416f9cd8bb4749 | |
parent | 981a3a7903c3dfe9b601b3094fe3472d886ae22f (diff) | |
download | git-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-x | git-deps | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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> |