diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2005-08-02 01:20:23 +0000 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2005-08-02 01:20:23 +0000 |
commit | aab18800bcf364ee5d3f34f96fb88ceec2b50bb9 (patch) | |
tree | ebe8f342c0f753184748b4e78bbe6b2d72655b1a /fetchmailconf.in | |
parent | 2cabbf89f9f696a4786476a4eda7a59a1c16d486 (diff) | |
download | fetchmail-aab18800bcf364ee5d3f34f96fb88ceec2b50bb9.tar.gz fetchmail-aab18800bcf364ee5d3f34f96fb88ceec2b50bb9.tar.bz2 fetchmail-aab18800bcf364ee5d3f34f96fb88ceec2b50bb9.zip |
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
Diffstat (limited to 'fetchmailconf.in')
-rw-r--r-- | fetchmailconf.in | 3 |
1 files changed, 3 insertions, 0 deletions
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 "$@" |