Paolo Bonzini Wed, 17 Jan 2007 10:33:16 -0800
Therefore it's more reliable if you invoke the scripts always with /bin/sh in your Makefiles: /bin/sh javaexec.sh ... And then there is no point in doing "chmod +x".
Therefore it's more reliable if you invoke the scripts always with /bin/sh in your Makefiles:
/bin/sh javaexec.sh ... And then there is no point in doing "chmod +x".
Thanks for the explanation. Paolo