From 57adbc6eb1f961ee9116904b667f30efb3f2de4f Mon Sep 17 00:00:00 2001 From: Leah Rowe Date: Wed, 23 Aug 2023 18:56:31 +0100 Subject: unify err functions across scripts include/err.sh this new handling also does mundane things, such as tell you what script b0rked Signed-off-by: Leah Rowe --- resources/scripts/build/clean/crossgcc | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'resources/scripts/build/clean') diff --git a/resources/scripts/build/clean/crossgcc b/resources/scripts/build/clean/crossgcc index 8c61dd5f..76de1e19 100755 --- a/resources/scripts/build/clean/crossgcc +++ b/resources/scripts/build/clean/crossgcc @@ -22,6 +22,8 @@ [ "x${DEBUG+set}" = 'xset' ] && set -v set -u -e +. "include/err.sh" + main() { printf "Cleaning crossgcc builds in all coreboot archives\n" @@ -34,10 +36,4 @@ main() done } -err() -{ - printf "%s: %s\n" $0 $1 - exit 1 -} - main $@ -- cgit v1.2.1