From: dtrg Date: Sun, 1 Aug 2010 10:35:33 +0000 (+0000) Subject: Invoke genfiles explicitly with sh --- CVS doesn't store executable bits. X-Git-Tag: release-6-0-pre-4~4 X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=51b41f72f83423b2197f1dae7ecff56f3587a136;p=ack.git Invoke genfiles explicitly with sh --- CVS doesn't store executable bits. --- diff --git a/lang/cem/libcc.ansi/pmfile b/lang/cem/libcc.ansi/pmfile index d0f4631af..21ac99219 100644 --- a/lang/cem/libcc.ansi/pmfile +++ b/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")