Browse Source

Make shellcheck happy

It is intentional that the outer shell do not expand "$0".
Marek Marczykowski-Górecki 2 years ago
parent
commit
cb25cce9e5
1 changed files with 1 additions and 0 deletions
  1. 1 0
      qubes-rpc/qvm-open-in-vm

+ 1 - 0
qubes-rpc/qvm-open-in-vm

@@ -48,6 +48,7 @@ fi
 
 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"
         ;;
     *)