diff options
author | lloyd <[email protected]> | 2013-03-19 13:53:09 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2013-03-19 13:53:09 +0000 |
commit | 827f2983a1e6efae6141e9b7ab148a3ae44e671b (patch) | |
tree | bbeffb4ba8efd9dcacee199700eec80f2959a689 /src | |
parent | a2dae58b0068a0065f096e5130660b4a26ec04b1 (diff) |
Use env to work around Arch silliness
Diffstat (limited to 'src')
-rwxr-xr-x | src/build-data/scripts/dist.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/build-data/scripts/dist.py b/src/build-data/scripts/dist.py index 8d707ff3e..e9dd30118 100755 --- a/src/build-data/scripts/dist.py +++ b/src/build-data/scripts/dist.py @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python """ Release script for botan (http://botan.randombit.net/) |