From 74ae84afba74994e3a854d189d9e7226f7e4187c Mon Sep 17 00:00:00 2001 From: Leah Rowe Date: Sat, 8 Jun 2024 01:59:46 +0100 Subject: vendor.sh: add a return at the end of mkdirs i don't like that it's not there, because of the quirks in sh behaviour. put it there to put my mind at ease. otherwise, this doesn't change any behaviour. Signed-off-by: Leah Rowe --- include/vendor.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/vendor.sh b/include/vendor.sh index f4dba0a1..4a0e7ae6 100755 --- a/include/vendor.sh +++ b/include/vendor.sh @@ -133,7 +133,7 @@ mkdirs() remkdir "$appdir" extract_archive "$_dl" "$appdir" || \ [ "$2" = "extract_e6400vga" ] || \ - $err "mkdirs $1 $2: !extract" + $err "mkdirs $1 $2: !extract"; return 0 } extract_intel_me() -- cgit v1.2.1