aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>1998-07-01 21:10:56 +0000
committerEric S. Raymond <esr@thyrsus.com>1998-07-01 21:10:56 +0000
commit32cf53040cde8acb2c513e1b718bc4d16ec8653f (patch)
tree1344d1d8800c026284f753adfca3a9b6df16219c
parent03624c34b06fa6c1ba9522af5fb6de1cc5a02259 (diff)
downloadfetchmail-32cf53040cde8acb2c513e1b718bc4d16ec8653f.tar.gz
fetchmail-32cf53040cde8acb2c513e1b718bc4d16ec8653f.tar.bz2
fetchmail-32cf53040cde8acb2c513e1b718bc4d16ec8653f.zip
Make independent of actual Python location.
svn path=/trunk/; revision=1959
-rwxr-xr-xfetchmailconf2
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>.