Adjusted to allow the path of the Lpars.h file to be given on the
command line.
This commit is contained in:
parent
e5e66bf27d
commit
4c65324e11
|
@ -1,6 +1,6 @@
|
|||
#!/bin/sh
|
||||
|
||||
ed -s Lpars.h <<'+'
|
||||
ed -s "${1:-Lpars.h}" <<'+'
|
||||
1d
|
||||
1,$s/# *define //
|
||||
1,$s/ ...$//
|
||||
|
|
Loading…
Reference in a new issue