summaryrefslogtreecommitdiffstats
path: root/build.sh
diff options
context:
space:
mode:
Diffstat (limited to 'build.sh')
-rwxr-xr-xbuild.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/build.sh b/build.sh
index b6d9216a..9496f009 100755
--- a/build.sh
+++ b/build.sh
@@ -2,6 +2,7 @@
function build {
echo "ACTION: build"
+ source ~/agl/sdk/porter/environment*
if [ ! -d "$1/$2" ]; then
echo "INFO: build dir ($1/$2) doesn't exist, created it!"
mkdir -p "$1/$2"