Adjusted to allow the path of the Lpars.h file to be given on the

command line.
This commit is contained in:
dtrg 2006-07-26 23:05:52 +00:00
parent e5e66bf27d
commit 4c65324e11

View file

@ -1,6 +1,6 @@
#!/bin/sh #!/bin/sh
ed -s Lpars.h <<'+' ed -s "${1:-Lpars.h}" <<'+'
1d 1d
1,$s/# *define // 1,$s/# *define //
1,$s/ ...$// 1,$s/ ...$//