From a9cf6dfe2e33125c708f3d8581d5c924eab25152 Mon Sep 17 00:00:00 2001 From: Leif Lindholm Date: Mon, 27 Jul 2015 18:51:15 +0100 Subject: Fix silly typo in debug output Change-Id: I299fcae70bdceb49c59c75788026318bdb6a141b Signed-off-by: Leif Lindholm --- uefi.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uefi.sh b/uefi.sh index 4683c16..7182886 100755 --- a/uefi.sh +++ b/uefi.sh @@ -170,7 +170,7 @@ for platform in $platforms; do for image in $IMAGES; do cp "$EDK2_DIR"/Build/"$IMAGE_DIR"/RELEASE_*/FV/"$image" "$RELEASE_DIR" cp "$EDK2_DIR"/Build/"$IMAGE_DIR"/DEBUG_*/FV/"$image" "$DEBUG_DIR" - echo -e "\t`basename '$image'`" + echo -e "\t`basename $image`" done done -- cgit v1.2.3