mirror of
https://codeberg.org/1414codeforge/ubgpsuite.git
synced 2025-01-30 18:44:49 +01:00
[tools/bgpscanner] Fix chknospc()
This commit is contained in:
parent
cc036e7608
commit
91431d94b1
@ -129,7 +129,7 @@ chkprefix() {
|
||||
}
|
||||
chknospc() {
|
||||
case "$1" in
|
||||
''|*[![:space:]]*) die "'$1': Invalid argument";;
|
||||
''|*[[:space:]]*) die "'$1': Invalid argument";;
|
||||
*) ;;
|
||||
esac
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user