[tools/bgpscanner] One more minor style fix
This commit is contained in:
parent
9c7e4d0be0
commit
a08e54b046
|
@ -169,7 +169,7 @@ templatef() {
|
|||
echo "$TPL"
|
||||
}
|
||||
|
||||
quote () { printf %s\\n "$1" | sed "s/'/'\\\\''/g;1s/^/'/;\$s/\$/'/"; }
|
||||
quote() { printf %s\\n "$1" | sed "s/'/'\\\\''/g;1s/^/'/;\$s/\$/'/"; }
|
||||
|
||||
append() { printf %s\\n "${1:+${1}${3:+ ${3}} }${2}"; }
|
||||
|
||||
|
|
Loading…
Reference in New Issue