From 38276da8ea366462fcda6a34471a4832cec78542 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 3c8b76f4..6ceee720 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/ ...$//