remove "local" bashism from a few scripts
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
@@ -20,7 +20,9 @@ chk() { status "CHK" "$@"; }
|
||||
generate()
|
||||
{
|
||||
# NB: data to be inserted at INSERT line is coming on stdin
|
||||
local src="$1" dst="$2" header="$3"
|
||||
src="$1"
|
||||
dst="$2"
|
||||
header="$3"
|
||||
#chk "${dst}"
|
||||
{
|
||||
# Need to use printf: different shells have inconsistent
|
||||
|
Reference in New Issue
Block a user