Make shellcheck happy

It is intentional that the outer shell do not expand "$0".
This commit is contained in:
Marek Marczykowski-Górecki 2021-05-24 04:48:32 +02:00
parent 40c81566e7
commit cb25cce9e5
No known key found for this signature in database
GPG Key ID: 063938BA42CFA724

View File

@ -48,6 +48,7 @@ fi
case "$filename" in case "$filename" in
*://*) *://*)
# shellcheck disable=SC2016
exec /usr/lib/qubes/qrexec-client-vm "$target" qubes.OpenURL /bin/sh -c 'printf "%s\n" "$0"; cat >/dev/null' "$filename" exec /usr/lib/qubes/qrexec-client-vm "$target" qubes.OpenURL /bin/sh -c 'printf "%s\n" "$0"; cat >/dev/null' "$filename"
;; ;;
*) *)