1
0
mirror of https://codeberg.org/1414codeforge/ubgpsuite.git synced 2025-04-28 08:58:44 +02:00

[tools/bgpscanner] One more minor style fix

This commit is contained in:
Lorenzo Cogotti 2021-08-10 20:17:30 +02:00
parent 9c7e4d0be0
commit a08e54b046

@ -169,7 +169,7 @@ templatef() {
echo "$TPL" 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}"; } append() { printf %s\\n "${1:+${1}${3:+ ${3}} }${2}"; }