Hi all,
I am proposing that the shebang path in slimserver.pl is changed.
Currently it is:
#!/usr/bin/perl -w
I am proposing this is changed to:
#!/usr/bin/env perl
This is more portable, i.e. it doesn't reply on perl being in /usr - it
will use whichever version of perl is first in the path.
Now, I'm 99% sure that most-if-not-all platforms have /usr/bin/env but
I'd like to gather some data.
Can you please check your *nix machines and confirm whether or not you
have /usr/bin/env?
Please respond with the platform name and version confirming whether you
have it or not.
I'll go first:
Solaris Nevada b85 yes
Fedora 8 yes
Fedora Core 4 yes
CentOS 5 yes
FreeBSD 7 yes
Thanks,
R.
_______________________________________________
unix mailing list
[email protected]
http://lists.slimdevices.com/lists/listinfo/unix