diff options
| author | bwarsaw | 1999-12-22 23:42:57 +0000 |
|---|---|---|
| committer | bwarsaw | 1999-12-22 23:42:57 +0000 |
| commit | 87497ed0e391dd1da841daef23dd1b3cc40b8d31 (patch) | |
| tree | f9b6f5f581649280eb645850c7ca8a4bd50800dd /scripts | |
| parent | d38efcd7b57eb238daffc2837b028cd9888cd829 (diff) | |
| download | mailman-87497ed0e391dd1da841daef23dd1b3cc40b8d31.tar.gz mailman-87497ed0e391dd1da841daef23dd1b3cc40b8d31.tar.zst mailman-87497ed0e391dd1da841daef23dd1b3cc40b8d31.zip | |
Diffstat (limited to 'scripts')
| -rwxr-xr-x | scripts/post | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/post b/scripts/post index b6133247a..1b682283b 100755 --- a/scripts/post +++ b/scripts/post @@ -82,4 +82,6 @@ def main(): if __name__ == '__main__': + sys.stderr.write('starting\n') main() + sys.stderr.write('ending\n') |
