From 12c50f7939c02db85f05830c4b9fccf464b3977a Mon Sep 17 00:00:00 2001 From: Francis Rowe Date: Thu, 11 Jun 2015 01:30:48 +0100 Subject: all script: use a standard style Based on the style used for the script in resources/scripts/helpers/build/release/ --- resources/scripts/helpers/build/module/coreboot | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'resources/scripts/helpers/build/module/coreboot') diff --git a/resources/scripts/helpers/build/module/coreboot b/resources/scripts/helpers/build/module/coreboot index 5a6174fd..3d93c8d4 100755 --- a/resources/scripts/helpers/build/module/coreboot +++ b/resources/scripts/helpers/build/module/coreboot @@ -29,18 +29,18 @@ set -u -e printf "Building the utilities in coreboot\n" -cd coreboot +cd "coreboot/" # ----------------------------------------- # Build the utilities required by libreboot # ----------------------------------------- # cbfstool -cd util/cbfstool/ +cd "util/cbfstool/" make # done. go back to coreboot dir -cd ../../ +cd "../../" # ------------------------------------- # build reference crossGCC for coreboot @@ -48,7 +48,7 @@ cd ../../ make crossgcc-i386 # done. go back to main libreboot_src directory -cd ../ +cd "../" printf "\n\n" -- cgit v1.2.3-70-g09d2