Make shellcheck happy
It is intentional that the outer shell do not expand "$0".
This commit is contained in:
parent
40c81566e7
commit
cb25cce9e5
@ -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"
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
|
Loading…
Reference in New Issue
Block a user