mirror of
				https://codeberg.org/1414codeforge/ubgpsuite.git
				synced 2025-06-05 21:29:11 +02:00 
			
		
		
		
	[tools/bgpscanner] Fix chknospc()
This commit is contained in:
		| @@ -129,7 +129,7 @@ chkprefix() { | |||||||
| } | } | ||||||
| chknospc() { | chknospc() { | ||||||
|     case "$1" in |     case "$1" in | ||||||
|     ''|*[![:space:]]*) die "'$1': Invalid argument";; |     ''|*[[:space:]]*) die "'$1': Invalid argument";; | ||||||
|     *) ;; |     *) ;; | ||||||
|     esac |     esac | ||||||
| } | } | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user