Browse Source

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

dtrg 13 years ago
parent
commit
9236d6e4aa
1 changed files with 1 additions and 1 deletions
  1. 1 1
      lang/cem/libcc.ansi/pmfile

+ 1 - 1
lang/cem/libcc.ansi/pmfile

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