Merge pull request #34128 from jaykishanmutkawoa/bash_enhancement

pull/34159/head
Craig Wright 3 years ago committed by GitHub
commit 2867f63e11
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -11,7 +11,7 @@ while [ -h "$SOURCE" ] ; do SOURCE="$(readlink "$SOURCE")"; done
DIR="$( cd -P "$( dirname "$SOURCE" )/.." && pwd )"
# Change into that directory
cd "$DIR"
cd "$DIR" || exit
# Determine the arch/os combos we're building for
XC_ARCH=${XC_ARCH:-"386 amd64 arm"}

Loading…
Cancel
Save