Explorar o código

Make shellcheck happy

It is intentional that the outer shell do not expand "$0".
Marek Marczykowski-Górecki %!s(int64=3) %!d(string=hai) anos
pai
achega
cb25cce9e5
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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"
         ;;
     *)