From 42925ce79fb31699256cc924ba359e0f6c37e713 Mon Sep 17 00:00:00 2001 From: Leah Rowe Date: Sat, 29 Jun 2024 03:09:03 +0100 Subject: vendor.sh extract_kbc1126: use quote on file check Signed-off-by: Leah Rowe --- include/vendor.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/vendor.sh') diff --git a/include/vendor.sh b/include/vendor.sh index 33133f56..49de3df9 100755 --- a/include/vendor.sh +++ b/include/vendor.sh @@ -154,7 +154,7 @@ extract_kbc1126ec() ( x_ cd "$appdir/" mv Rompaq/68*.BIN ec.bin || : - if [ ! -f ec.bin ]; then + if [ ! -f "ec.bin" ]; then unar -D ROM.CAB Rom.bin || unar -D Rom.CAB Rom.bin || \ unar -D 68*.CAB Rom.bin || $err "can't extract Rom.bin" x_ mv Rom.bin ec.bin -- cgit v1.2.1