summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeif Lindholm <leif.lindholm@linaro.org>2015-08-07 11:47:09 +0100
committerLeif Lindholm <leif.lindholm@linaro.org>2015-08-07 11:47:09 +0100
commit2ff9081737b46b8a705d5d501517a27654e645ec (patch)
treeb776112c0390ddefb4d854267cea00f84f9af34f
parentd14741f88189c919ccb6c5e26bd5b21b003467f7 (diff)
Unset WORKSPACE and EDK_TOOLS_DIR
To save much heartache and aggravation. Signed-off-by: Leif Lindholm <leif.lindholm@linaro.org>
-rwxr-xr-xuefi-build.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/uefi-build.sh b/uefi-build.sh
index 901a04d..e1839a3 100755
--- a/uefi-build.sh
+++ b/uefi-build.sh
@@ -9,6 +9,8 @@
# No need to edit below unless you are changing script functionality.
#
+unset WORKSPACE EDK_TOOLS_DIR
+
TOOLS_DIR="`dirname $0`"
. "$TOOLS_DIR"/common-functions
PLATFORM_CONFIG=""