Prechádzať zdrojové kódy

Switched qvm-move-to-vm.{gnome,kde} scripts to use bash not sh

Both these scripts contain `pipefail` which is a bash option and will
fail in dash
Jason Mehring 9 rokov pred
rodič
commit
53fc7955f9

+ 1 - 1
qubes-rpc/qvm-move-to-vm.gnome

@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
 #
 # The Qubes OS Project, http://www.qubes-os.org
 #

+ 1 - 1
qubes-rpc/qvm-move-to-vm.kde

@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
 #
 # The Qubes OS Project, http://www.qubes-os.org
 #