mirror of
https://gitlab.isc.org/isc-projects/kea
synced 2025-08-31 14:05:33 +00:00
! -z replaced with -n
This commit is contained in:
committed by
Tomek Mrugalski
parent
68b9a89ccd
commit
bc60700bd5
@@ -575,7 +575,7 @@ fi
|
||||
shift
|
||||
|
||||
# Ok, let's process parameters (if there are any)
|
||||
while [ ! -z "${1}" ]
|
||||
while [ -n "${1}" ]
|
||||
do
|
||||
option=${1}
|
||||
case ${option} in
|
||||
|
Reference in New Issue
Block a user