From: dtrg Date: Wed, 26 Jul 2006 23:05:52 +0000 (+0000) Subject: Adjusted to allow the path of the Lpars.h file to be given on the X-Git-Tag: release-6-0-pre-1~59 X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=4c65324e11e16b8425173917b37d4e619ed5248b;p=ack.git Adjusted to allow the path of the Lpars.h file to be given on the command line. --- diff --git a/lang/basic/src/maketokentab b/lang/basic/src/maketokentab index 3c8b76f45..6ceee720d 100755 --- a/lang/basic/src/maketokentab +++ b/lang/basic/src/maketokentab @@ -1,6 +1,6 @@ #!/bin/sh -ed -s Lpars.h <<'+' +ed -s "${1:-Lpars.h}" <<'+' 1d 1,$s/# *define // 1,$s/ ...$//