From e679b4ca18df1f17fb177b49f0426fb8f70c2a9f Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Tue, 14 Jun 2022 14:00:25 +0200 Subject: Merging upstream version 20220614. Signed-off-by: Daniel Baumann --- dnsdist/bin/dnsdist-console | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'dnsdist/bin') diff --git a/dnsdist/bin/dnsdist-console b/dnsdist/bin/dnsdist-console index 8667533..8fcd3b0 100755 --- a/dnsdist/bin/dnsdist-console +++ b/dnsdist/bin/dnsdist-console @@ -21,7 +21,7 @@ set -e -PROGRAM="$(basename ${0})" +PROGRAM="$(basename "${0}")" Usage () { @@ -57,4 +57,4 @@ then Usage fi -dnsdist ${OPTIONS} +dnsdist "${OPTIONS}" -- cgit v1.2.3