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

(cherry picked from commit 53fc7955f9)
This commit is contained in:
Jason Mehring 2015-02-27 00:47:33 -05:00 committed by Marek Marczykowski-Górecki
parent 26a4d12990
commit 8dcf61ba33
2 changed files with 2 additions and 2 deletions

View File

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

View File

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