diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1998-07-01 21:10:56 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1998-07-01 21:10:56 +0000 |
commit | 32cf53040cde8acb2c513e1b718bc4d16ec8653f (patch) | |
tree | 1344d1d8800c026284f753adfca3a9b6df16219c | |
parent | 03624c34b06fa6c1ba9522af5fb6de1cc5a02259 (diff) | |
download | fetchmail-32cf53040cde8acb2c513e1b718bc4d16ec8653f.tar.gz fetchmail-32cf53040cde8acb2c513e1b718bc4d16ec8653f.tar.bz2 fetchmail-32cf53040cde8acb2c513e1b718bc4d16ec8653f.zip |
Make independent of actual Python location.
svn path=/trunk/; revision=1959
-rwxr-xr-x | fetchmailconf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fetchmailconf b/fetchmailconf index 311c59e9..6d23a4aa 100755 --- a/fetchmailconf +++ b/fetchmailconf @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python # # A GUI configurator for generating fetchmail configuration files. # by Eric S. Raymond, <esr@snark.thyrsus.com>. |