summaryrefslogtreecommitdiff
path: root/resources
diff options
context:
space:
mode:
authorLeah Rowe <leah@libreboot.org>2023-05-20 21:38:54 +0100
committerLeah Rowe <leah@libreboot.org>2023-05-20 21:38:54 +0100
commit06a92f61a872d56349d9f0b42fcb3f3c0b46c727 (patch)
treec8d5e2b212963417231ff30ace96311ae6f70965 /resources
parent43e2dfe2bf3a3b0da764203552c78cade0905559 (diff)
build/clean/ich9utils: don't use subshell
this also fixes error handling Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'resources')
-rwxr-xr-xresources/scripts/build/clean/ich9utils5
1 files changed, 1 insertions, 4 deletions
diff --git a/resources/scripts/build/clean/ich9utils b/resources/scripts/build/clean/ich9utils
index e3324586..38ad439f 100755
--- a/resources/scripts/build/clean/ich9utils
+++ b/resources/scripts/build/clean/ich9utils
@@ -28,9 +28,6 @@ set -u -e
# --------------------------------------------------------------------
printf "Cleaning the previous build of ich9utils\n"
-(
-cd "util/ich9utils/"
-make clean
-)
+make clean -C util/ich9utils
rm -Rf descriptors/
printf "\n\n"