Re: [Qemu-devel] [PATCH] better interpreter specification for scripts

2013-11-14 Thread Stefan Weil
Am 15.11.2013 07:51, schrieb Luigi Rizzo: > some of the new scripts in scripts/ specify a interpreter path > which is not always pointing to the right place. > I see that an alternative format is also being used > #!/usr/bin/env > which seems to work better. > > The patch below is merely t

[Qemu-devel] [PATCH] better interpreter specification for scripts

2013-11-14 Thread Luigi Rizzo
some of the new scripts in scripts/ specify a interpreter path which is not always pointing to the right place. I see that an alternative format is also being used #!/usr/bin/env which seems to work better. The patch below is merely to let master compile on FreeBSD, but there are other of