Subject: | !# line causes error when trying to run script/appname_jobqueue.pl |
This is the first line of the script (script/appname_jobqueue.pl) that
the helper creates:
#!env perl -w
This causes the following error on my system:
bash: script/jobqueueapp_jobqueue.pl: env: bad interpreter: No such file
or directory
Looking at script/appname_server.pl, the first line is:
#!/usr/bin/env perl
Changing the appname_jobqueue.pl to this fixes the issue. Let me know if
you need details specific to my system.