Invoke genfiles explicitly with sh --- CVS doesn't store executable bits.
authordtrg <none@none>
Sun, 1 Aug 2010 10:35:33 +0000 (10:35 +0000)
committerdtrg <none@none>
Sun, 1 Aug 2010 10:35:33 +0000 (10:35 +0000)
lang/cem/libcc.ansi/pmfile

index d0f4631..21ac992 100644 (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")