From 56878e05bf9e889f28c93f71934bdede2aecc4de Mon Sep 17 00:00:00 2001 From: Francis Rowe Date: Thu, 05 Nov 2015 22:05:16 -0500 Subject: build/roms/withgrub: use sub shell instead of cd ../ --- (limited to 'resources/scripts/helpers/build/roms/withgrub') diff --git a/resources/scripts/helpers/build/roms/withgrub b/resources/scripts/helpers/build/roms/withgrub index 89b8b00..3a77f82 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 v0.9.1