summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorbwarsaw1999-12-22 23:42:57 +0000
committerbwarsaw1999-12-22 23:42:57 +0000
commit87497ed0e391dd1da841daef23dd1b3cc40b8d31 (patch)
treef9b6f5f581649280eb645850c7ca8a4bd50800dd /scripts
parentd38efcd7b57eb238daffc2837b028cd9888cd829 (diff)
downloadmailman-87497ed0e391dd1da841daef23dd1b3cc40b8d31.tar.gz
mailman-87497ed0e391dd1da841daef23dd1b3cc40b8d31.tar.zst
mailman-87497ed0e391dd1da841daef23dd1b3cc40b8d31.zip
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/post2
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')