diff options
| author | bwarsaw | 2001-09-07 23:22:35 +0000 |
|---|---|---|
| committer | bwarsaw | 2001-09-07 23:22:35 +0000 |
| commit | e99c46e29e2e67c9014b4f3294243fa518054b88 (patch) | |
| tree | cdcd929099727686ba11a16c81c735ccb7e69e47 /scripts/post | |
| parent | 7656952a4375edef99155590f263ae12e22c922c (diff) | |
| download | mailman-e99c46e29e2e67c9014b4f3294243fa518054b88.tar.gz mailman-e99c46e29e2e67c9014b4f3294243fa518054b88.tar.zst mailman-e99c46e29e2e67c9014b4f3294243fa518054b88.zip | |
Since these scripts are always run from the wrapper, they don't need a
#! line.
Diffstat (limited to 'scripts/post')
| -rwxr-xr-x | scripts/post | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/post b/scripts/post index 4b4d8b56f..7bb9c0c8e 100755 --- a/scripts/post +++ b/scripts/post @@ -1,4 +1,4 @@ -#! /usr/bin/env python +# -*- python -*- # # Copyright (C) 1998,1999,2000,2001 by the Free Software Foundation, Inc. # |
