summaryrefslogtreecommitdiffstats
path: root/resources
diff options
context:
space:
mode:
authorFrancis Rowe <info@gluglug.org.uk>2015-11-05 22:05:16 (EST)
committer Francis Rowe <info@gluglug.org.uk>2015-11-05 22:05:16 (EST)
commit56878e05bf9e889f28c93f71934bdede2aecc4de (patch)
tree4eba8e77dfb30a9b1906872719f82c11cf30ad93 /resources
parent0a3c0421b4b110906a88e1ff9967fffb8a968cd7 (diff)
downloadlibreboot-56878e05bf9e889f28c93f71934bdede2aecc4de.zip
libreboot-56878e05bf9e889f28c93f71934bdede2aecc4de.tar.gz
libreboot-56878e05bf9e889f28c93f71934bdede2aecc4de.tar.bz2
build/roms/withgrub: use sub shell instead of cd ../
Diffstat (limited to 'resources')
-rwxr-xr-xresources/scripts/helpers/build/roms/withgrub3
1 files changed, 2 insertions, 1 deletions
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() {