From 56878e05bf9e889f28c93f71934bdede2aecc4de Mon Sep 17 00:00:00 2001 From: Francis Rowe Date: Fri, 6 Nov 2015 03:05:16 +0000 Subject: build/roms/withgrub: use sub shell instead of cd ../ --- resources/scripts/helpers/build/roms/withgrub | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'resources/scripts') diff --git a/resources/scripts/helpers/build/roms/withgrub b/resources/scripts/helpers/build/roms/withgrub index 89b8b00b..3a77f828 100755 --- a/resources/scripts/helpers/build/roms/withgrub +++ b/resources/scripts/helpers/build/roms/withgrub @@ -32,6 +32,7 @@ printf "Building ROM images with the GRUB payload\n" # Put GRUB payloads and config files # in the coreboot directory, ready for next step +( cd "coreboot/" for romtype in txtmode vesafb; do cd ../resources/utilities/grub-assemble @@ -50,7 +51,7 @@ for romtype in txtmode vesafb; do sed "s/grubtest.cfg/grub.cfg/" < "grub_${keymap}_${romtype}.cfg" > "grub_${keymap}_${romtype}_test.cfg" done done -cd .. +) # Build ROM images for supported boards buildrom() { -- cgit v1.2.3-70-g09d2