2
0
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:
Tomek Mrugalski
2019-03-06 12:09:52 +01:00
committed by Tomek Mrugalski
parent 68b9a89ccd
commit bc60700bd5

View File

@@ -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