diff options
| author | David Wragg <dpw@lshift.net> | 2009-08-18 11:10:58 +0100 |
|---|---|---|
| committer | David Wragg <dpw@lshift.net> | 2009-08-18 11:10:58 +0100 |
| commit | 551063399a9921a6313ee3f79f708daf019ef9d1 (patch) | |
| tree | 60fd49c3c1e167ee124c1c1594f8f5648cf66950 | |
| parent | 07ecf11d15147062a239445ddeff6a0a938da18d (diff) | |
| download | rabbitmq-server-git-551063399a9921a6313ee3f79f708daf019ef9d1.tar.gz | |
Python is /usr/local/bin/python on some unices.
Use env to avoid hard-coding it.
| -rwxr-xr-x | calculate-relative | 2 |
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 |
