From 17d089850eee9f2922f650a652ca70f65d3278e0 Mon Sep 17 00:00:00 2001 From: Jan Lindemann Date: Thu, 20 Apr 2017 13:07:53 +0000 Subject: [PATCH] qemu-boot.sh: Automatically add execute permissions to qemu-boot.sh Signed-off-by: Jan Lindemann --- scripts/qemu-boot.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/qemu-boot.sh b/scripts/qemu-boot.sh index 368faae3..5f64a225 100644 --- a/scripts/qemu-boot.sh +++ b/scripts/qemu-boot.sh @@ -146,7 +146,7 @@ boot() myname=`basename $0` log_delim="===========================" log running $0 $@ -[ -x $0 ] || fatal "$0 is not executable" +[ -x $0 ] || chmod u+x $0 || fatal "$0 is not executable" exe=`readlink -f $0` dirname=`dirname $exe` bridge=priv0