From: Michael Kaufmann Date: Sun, 29 Jul 2018 10:22:57 +0000 (+0200) Subject: tests/http_pipe.py: Use /usr/bin/env to find python X-Git-Tag: curl-7_61_1~113 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4f223593cc3802bf5d13ecff2cf3c9b9643f8fd7;p=thirdparty%2Fcurl.git tests/http_pipe.py: Use /usr/bin/env to find python --- diff --git a/tests/http_pipe.py b/tests/http_pipe.py index bc32173843..95389f494a 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. #