From 4c65324e11e16b8425173917b37d4e619ed5248b Mon Sep 17 00:00:00 2001 From: dtrg Date: Wed, 26 Jul 2006 23:05:52 +0000 Subject: [PATCH] Adjusted to allow the path of the Lpars.h file to be given on the command line. --- lang/basic/src/maketokentab | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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/ ...$// -- 2.34.1