[tools/bgpscanner] Fix chknospc()

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