Subject: | please use "/usr/bin/env perl" in the shebang |
Hi,
the previous version apparently pointed to /usr/bin/perl. This works
fine on Debian. however now that you've changed it this doesn't work on
Debian anymore. The solution to this problem is to use "#!/usr/bin/env
perl", which will work wherever perl is installed, as long as it's in $PATH.
attached is a patch to fix this.
Thanks,
Ryan
Subject: | fix-shebang |
Message body not shown because it is not plain text.