[tools/bgpscanner] One more minor style fix

master
Lorenzo Cogotti 3 years ago
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…
Cancel
Save