summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel Rosdahl <joel@rosdahl.net>2003-09-17 13:53:03 +0000
committerJoel Rosdahl <joel@rosdahl.net>2011-08-21 15:53:49 +0200
commit10436ecc0669489df7d89540d76cbadb8707b62b (patch)
treeeb53c0a3f1a3f3b6485176e383dabbb6e6b4d36a
parent696b7dc7a1b4e7b2e9423135f9db3b38e5f89283 (diff)
downloadminiircd-10436ecc0669489df7d89540d76cbadb8707b62b.tar.gz
miniircd-10436ecc0669489df7d89540d76cbadb8707b62b.zip
Don't require python2.3 in the "#! line"
Use "/usr/bin/env python". If the default python is not 2.3 (or newer), the user must pass the program as an argument to a sufficiently new python.
-rwxr-xr-xminiircd2
1 files changed, 1 insertions, 1 deletions
diff --git a/miniircd b/miniircd
index 6a528ba..020e3ed 100755
--- a/miniircd
+++ b/miniircd
@@ -1,4 +1,4 @@
-#! /usr/bin/env python2.3
+#! /usr/bin/env python
#
# tag: miniircd main program