diff options
| author | bwarsaw | 2001-09-07 23:18:47 +0000 |
|---|---|---|
| committer | bwarsaw | 2001-09-07 23:18:47 +0000 |
| commit | b497bcb818f249b4e1e1670b7fb9f09206bd4777 (patch) | |
| tree | a66c08190201c9bbf64aa8bf33ce7ff1fa9738d2 /bin/digest_arch | |
| parent | ecb03f234d2b28182f2dfeb5395b009fdabc3b1b (diff) | |
| download | mailman-b497bcb818f249b4e1e1670b7fb9f09206bd4777.tar.gz mailman-b497bcb818f249b4e1e1670b7fb9f09206bd4777.tar.zst mailman-b497bcb818f249b4e1e1670b7fb9f09206bd4777.zip | |
Ben Gertzfield's patch to hardcode the path to the python executable
into the script's #! line -- based on --with-python settings, without
losing CVS revision history.
#! /usr/bin/env python
becomes
#! @PYTHON@
which gets substituted for in configure.
Diffstat (limited to 'bin/digest_arch')
| -rwxr-xr-x | bin/digest_arch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/digest_arch b/bin/digest_arch index 8e4a89491..9d1f08dd4 100755 --- a/bin/digest_arch +++ b/bin/digest_arch @@ -1,4 +1,4 @@ -#! /usr/bin/env python +#! @PYTHON@ # # Copyright (C) 1998,1999,2000,2001 by the Free Software Foundation, Inc. # |
