|
|
|
|
|
|
|
|
|
|
xen-devel
Re: [Xen-devel] [PATCH 11/11] build: Don't assume that mkbuildtree is ex
On 11 Apr 2006, at 02:23, Horms wrote:
I couldn't decide btween chmoding mkbuildtree, which changes
the tree, and running sh mkbuildtree, which assumes its a shell
script. I settled on the latter.
The scripts need bash and sh may not be bash?
Would you like me to look through the scripts for bashisms,
and perhaps change sh to bash, or just go with the chmod u+x approach?
I think all the scripts currently specify /bin/bash. You could define
SHELL or SH in Config.mk, default to /bin/bash, and use that variable
in place of 'sh'.
-- Keir
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
|
|
|
|