mirror of
https://gitlab.isc.org/isc-projects/kea
synced 2025-09-02 15:05:16 +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
|
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
|
||||||
|
Reference in New Issue
Block a user