From 15f3e12fcaca3097f6680fd92f4319f03ba8ecf9 Mon Sep 17 00:00:00 2001 From: Jan Lindemann Date: Tue, 1 Nov 2016 16:24:41 +0000 Subject: [PATCH] qemu-boot.sh: Code adapted to name change Signed-off-by: Jan Lindemann --- scripts/qemu-boot.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/qemu-boot.sh b/scripts/qemu-boot.sh index ea3eeb85..ead60462 100644 --- a/scripts/qemu-boot.sh +++ b/scripts/qemu-boot.sh @@ -145,11 +145,11 @@ case $myname in qemu.sh) boot "$@" ;; -qemu-netboot.sh) # legacy +qemu-boot.sh) # legacy boot "$@" ;; *) - echo called as unknown name $0 + echo called as unknown executable name $0 ;; esac