[PATCH kvm-unit-tests 2/4] x86-run: use /bin/bash instead of /usr/bin/bash

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



'bash' should be always located in /bin/bash instead of /usr/bin/bash.
Other bash scripts in kvm-unit-tests also use '/bin/bash' as the interpreter.

Signed-off-by: Yongjie Ren <yongjie.ren@xxxxxxxxx>
---
 x86-run |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x86-run b/x86-run
index 9526a0b..daefd4a 100755
--- a/x86-run
+++ b/x86-run
@@ -1,4 +1,4 @@
-#!/usr/bin/bash
+#!/bin/bash
 
 qemukvm="${QEMU:-qemu-kvm}"
 qemusystem="${QEMU:-qemu-system-x86_64}"
-- 
1.7.9.5

--
To unsubscribe from this list: send the line "unsubscribe kvm" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html




[Index of Archives]     [KVM ARM]     [KVM ia64]     [KVM ppc]     [Virtualization Tools]     [Spice Development]     [Libvirt]     [Libvirt Users]     [Linux USB Devel]     [Linux Audio Users]     [Yosemite Questions]     [Linux Kernel]     [Linux SCSI]     [XFree86]
  Powered by Linux