From 10436ecc0669489df7d89540d76cbadb8707b62b Mon Sep 17 00:00:00 2001 From: Joel Rosdahl Date: Wed, 17 Sep 2003 13:53:03 +0000 Subject: 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. --- miniircd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3