2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-09-02 06:55:16 +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 shift
# Ok, let's process parameters (if there are any) # Ok, let's process parameters (if there are any)
while [ ! -z "${1}" ] while [ -n "${1}" ]
do do
option=${1} option=${1}
case ${option} in case ${option} in