From 53fc7955f96f66838076fce9f339d6d65b79e592 Mon Sep 17 00:00:00 2001 From: Jason Mehring Date: Fri, 27 Feb 2015 00:47:33 -0500 Subject: [PATCH] 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 --- qubes-rpc/qvm-move-to-vm.gnome | 2 +- qubes-rpc/qvm-move-to-vm.kde | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/qubes-rpc/qvm-move-to-vm.gnome b/qubes-rpc/qvm-move-to-vm.gnome index 335194e..1f59e4d 100755 --- a/qubes-rpc/qvm-move-to-vm.gnome +++ b/qubes-rpc/qvm-move-to-vm.gnome @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash # # The Qubes OS Project, http://www.qubes-os.org # diff --git a/qubes-rpc/qvm-move-to-vm.kde b/qubes-rpc/qvm-move-to-vm.kde index 0e4ed7b..fdfe11e 100755 --- a/qubes-rpc/qvm-move-to-vm.kde +++ b/qubes-rpc/qvm-move-to-vm.kde @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash # # The Qubes OS Project, http://www.qubes-os.org #