From 14b25b63f1e9fe0d8ff67e57727a3d91dd164f1e Mon Sep 17 00:00:00 2001 From: Olav Vitters Date: Wed, 12 Aug 2020 15:38:54 +0200 Subject: network-auth: shellcheck quoting issue --- mageia/etc/rc.d/init.d/network-auth | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mageia/etc/rc.d/init.d/network-auth b/mageia/etc/rc.d/init.d/network-auth index bfbae50d..1509940b 100755 --- a/mageia/etc/rc.d/init.d/network-auth +++ b/mageia/etc/rc.d/init.d/network-auth @@ -21,7 +21,7 @@ case "$1" in stop) ;; *) - gprintf "Usage: %s\n" "$(basename $0) {start|stop}" + gprintf "Usage: %s\n" "$(basename "$0") {start|stop}" exit 1 esac -- cgit v1.2.1