bash bad interpreter - a new twist!

Reini Urban rurban@x-ray.at
Sat Mar 27 19:34:00 GMT 2004


Igor Pechtchanski schrieb:
> FWIW, the following always works on my system:
> 
> #!/usr/local/bin/wrap /cygdrive/c/ActivePerl/bin/perl
> use English;
> print "Testing: $PERL_VERSION on $OSNAME\n";

well, for me this looks better: (at least needed for 5.006001)

#!/usr/local/bin/wrap /cygdrive/c/ActivePerl/bin/perl
use English;
printf ("Testing: %f on $OSNAME\n", $PERL_VERSION);
-- 
Reini Urban
http://xarch.tu-graz.ac.at/home/rurban/


--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/



More information about the Cygwin mailing list