Change
authorPeter Eisentraut
Fri, 19 Jan 2001 18:35:40 +0000 (18:35 +0000)
committerPeter Eisentraut
Fri, 19 Jan 2001 18:35:40 +0000 (18:35 +0000)
#! /usr/local/bin/python
to
#! /usr/bin/env python
which is the recommended way.

src/test/locale/sort-test.py

index 112dd2d5f7516a50a3e1efd2cc55fbd1dcb5e41f..1dafcedde50769637ef16e38b7a390289ee8fe7e 100755 (executable)
@@ -1,4 +1,4 @@
-#! /usr/local/bin/python
+#! /usr/bin/env python
 
 import sys, string, locale
 locale.setlocale(locale.LC_ALL, "")