diff options
author | Michael Kaufmann <mail@michael-kaufmann.ch> | 2018-07-29 12:22:57 +0200 |
---|---|---|
committer | Michael Kaufmann <mail@michael-kaufmann.ch> | 2018-07-29 12:23:04 +0200 |
commit | 4f223593cc3802bf5d13ecff2cf3c9b9643f8fd7 (patch) | |
tree | c13113bcd7dedd3ccb6ed5f69ffc853054394ca8 | |
parent | 1fb8048abb25c211116bb147e2d80e25e47fd1cc (diff) | |
download | curl-4f223593cc3802bf5d13ecff2cf3c9b9643f8fd7.tar.gz |
tests/http_pipe.py: Use /usr/bin/env to find python
-rwxr-xr-x | tests/http_pipe.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/http_pipe.py b/tests/http_pipe.py index bc3217384..95389f494 100755 --- a/tests/http_pipe.py +++ b/tests/http_pipe.py @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python # Copyright 2012 Google Inc. All Rights Reserved. # |