mirror of
https://codeberg.org/1414codeforge/ubgpsuite.git
synced 2025-02-17 12:10:46 +01:00
[tools/bgpscanner] One more minor style fix
This commit is contained in:
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}"; }
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user