From aab18800bcf364ee5d3f34f96fb88ceec2b50bb9 Mon Sep 17 00:00:00 2001 From: Matthias Andree Date: Tue, 2 Aug 2005 01:20:23 +0000 Subject: Rename fetchmailconf to fetchmailconf.py. Add a shell wrapper script fetchmailconf (with @PYTHON@ substituted). Use automake's PYTHON mode to byte-compile the script at install time. svn path=/trunk/; revision=4220 --- fetchmailconf.in | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 fetchmailconf.in (limited to 'fetchmailconf.in') diff --git a/fetchmailconf.in b/fetchmailconf.in new file mode 100644 index 00000000..79aa0922 --- /dev/null +++ b/fetchmailconf.in @@ -0,0 +1,3 @@ +#! /bin/sh + +exec @PYTHON@ fetchmailconf.py "$@" -- cgit v1.2.3