Re: wrong permissions on {java,csharp}{comp,exec}.sh
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
Re: wrong permissions on {java,csharp}{comp,exec}.sh
Paolo Bonzini wrote: > Is the attached patch okay? It is needed to make sure the files are > created as executable. You cannot assume that "chmod +x" works. There are situations where it doesn't, such as: - VFAT filesystems under MacOS X, - some configurations of permissions on Windows XP di