Skip to content
This repository has been archived by the owner on May 17, 2020. It is now read-only.

Commit

Permalink
Build: Avoid custom environment interference
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrey1970AppleLife authored Dec 2, 2019
1 parent 8a16c5f commit 20c585c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions macbuild.tool
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
#!/bin/bash

unset WORKSPACE
unset PACKAGES_PATH

BUILDDIR=$(dirname "$0")
pushd "$BUILDDIR" >/dev/null
BUILDDIR=$(pwd)
Expand Down

0 comments on commit 20c585c

Please sign in to comment.