From 224a517ea68abfab5f08ed4708c8de05569bb956 Mon Sep 17 00:00:00 2001 From: ManlyMarco <39247311+ManlyMarco@users.noreply.github.com> Date: Wed, 17 Apr 2024 22:43:58 +0200 Subject: [PATCH] Fix typo in build.sh --- build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sh b/build.sh index 589021f..b14e470 100755 --- a/build.sh +++ b/build.sh @@ -231,7 +231,7 @@ if [[ ! -d "$XMAKE_DIR" ]] || [[ ! -x "$xmake" ]]; then log-8601-local "Downloading and building xmake, this might take a while..." if commands_exist xz; then pack=xz - elif command_exist gzip; then + elif commands_exist gzip; then pack=gz else msg-error "No decompression binary found, please install xz or gzip to continue" @@ -263,4 +263,4 @@ do log-8601-local "Building for $arch..." "$xmake" f -a $arch -m $PROFILE --include_logging=$WITH_LOGGING "$xmake" "$@" -done \ No newline at end of file +done