Invoke genfiles explicitly with sh --- CVS doesn't store executable bits.
This commit is contained in:
parent
ee72886e54
commit
51b41f72f8
|
@ -43,7 +43,7 @@ local libc = acklibrary {
|
|||
"%U%/isascii.c",
|
||||
},
|
||||
command = {
|
||||
"cd %out[1]:dirname% && %in[1]%"
|
||||
"cd %out[1]:dirname% && sh %in[1]%"
|
||||
},
|
||||
|
||||
file (d.."ctype/genfiles")
|
||||
|
|
Loading…
Reference in a new issue