'Generic Commit'
Some checks failed
Dropshell Test / Build_and_Test (push) Has been cancelled

This commit is contained in:
Your Name
2025-06-01 23:37:34 +12:00
parent 7f341699c1
commit f48302c05e
3 changed files with 6 additions and 6 deletions

View File

@@ -4,9 +4,9 @@ SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )"
# Create output directory
mkdir -p "${SCRIPT_DIR}/output"
PREV_DIR=$(pwd)
cd "${SCRIPT_DIR}"
trap 'cd "${PREVDIR}"' EXIT
trap 'cd "${PREV_DIR}"' EXIT
function build_arch() {
local arch=$1