diff options
author | Joel Rosdahl <joel@rosdahl.net> | 2003-09-17 13:53:03 +0000 |
---|---|---|
committer | Joel Rosdahl <joel@rosdahl.net> | 2011-08-21 15:53:49 +0200 |
commit | 10436ecc0669489df7d89540d76cbadb8707b62b (patch) | |
tree | eb53c0a3f1a3f3b6485176e383dabbb6e6b4d36a | |
parent | 696b7dc7a1b4e7b2e9423135f9db3b38e5f89283 (diff) | |
download | miniircd-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-x | miniircd | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ -#! /usr/bin/env python2.3 +#! /usr/bin/env python # # tag: miniircd main program |