'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