summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Wragg <dpw@lshift.net>2009-08-18 11:10:58 +0100
committerDavid Wragg <dpw@lshift.net>2009-08-18 11:10:58 +0100
commit551063399a9921a6313ee3f79f708daf019ef9d1 (patch)
tree60fd49c3c1e167ee124c1c1594f8f5648cf66950
parent07ecf11d15147062a239445ddeff6a0a938da18d (diff)
downloadrabbitmq-server-git-551063399a9921a6313ee3f79f708daf019ef9d1.tar.gz
Python is /usr/local/bin/python on some unices.
Use env to avoid hard-coding it.
-rwxr-xr-xcalculate-relative2
1 files changed, 1 insertions, 1 deletions
diff --git a/calculate-relative b/calculate-relative
index 3c3e2b1ff6..3af18e8ff8 100755
--- a/calculate-relative
+++ b/calculate-relative
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/env python
#
# relpath.py
# R.Barran 30/08/2004