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
This commit is contained in:
Jason Mehring 2015-02-27 00:47:33 -05:00
parent fda293f09a
commit 53fc7955f9
No known key found for this signature in database
GPG Key ID: 1BB9B1FB5A4C6DAD
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
#