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
commitd509d320e847296409d117d27e3d89312085dacd (patch)
tree60fd49c3c1e167ee124c1c1594f8f5648cf66950
parentbe3cf7a037c9f09c340a4409fcd9ccd09a131c67 (diff)
downloadrabbitmq-server-bug21432.tar.gz
Python is /usr/local/bin/python on some unices.bug21432
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 3c3e2b1f..3af18e8f 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