Invoke genfiles explicitly with sh --- CVS doesn't store executable bits.

This commit is contained in:
dtrg 2010-08-01 10:35:33 +00:00
parent ee72886e54
commit 51b41f72f8

View file

@ -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")