From: Barry Warsaw Date: Wed, 20 Nov 1996 15:19:10 +0000 (+0000) Subject: /usr/bin/env is slightly more portable X-Git-Tag: v1.5a1~921 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7081a69b244b84df02dcc4e01c57b40a8d01591a;p=thirdparty%2FPython%2Fcpython.git /usr/bin/env is slightly more portable --- diff --git a/Tools/world/world b/Tools/world/world index 2041cf712eb6..a610a56accd5 100755 --- a/Tools/world/world +++ b/Tools/world/world @@ -1,4 +1,4 @@ -#! /bin/env python +#! /usr/bin/env python """Print the long name of an Internet domain.