remove rebase duplicate

This commit is contained in:
Matthew Patton 2018-04-07 05:33:46 -04:00
parent 6a85f5aed7
commit d5bf9277ce
1 changed files with 0 additions and 4 deletions

View File

@ -15,10 +15,6 @@ DIR="$( cd -P "$( dirname "$SOURCE" )/.." && pwd )"
# Change into that directory
cd $DIR
# Determine the arch/os combos we're building for
XC_ARCH=${XC_ARCH:-"386 amd64 arm arm64 ppc64le"}
XC_OS=${XC_OS:-linux darwin windows freebsd openbsd solaris}
# Delete the old dir
echo "==> Removing old directory..."
rm -f bin/*