aboutsummaryrefslogtreecommitdiffstats
path: root/jjb/common/include-apps-fetch-install-sdk.sh
diff options
context:
space:
mode:
Diffstat (limited to 'jjb/common/include-apps-fetch-install-sdk.sh')
-rw-r--r--jjb/common/include-apps-fetch-install-sdk.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/jjb/common/include-apps-fetch-install-sdk.sh b/jjb/common/include-apps-fetch-install-sdk.sh
index f91a6836..10a61e66 100644
--- a/jjb/common/include-apps-fetch-install-sdk.sh
+++ b/jjb/common/include-apps-fetch-install-sdk.sh
@@ -4,7 +4,7 @@
#
# debugging purposes
set -e
-set -x
+#set -x
SDKHOSTDIR="~/agl-sdk"
@@ -47,7 +47,7 @@ if test x"" = x"${TARGETSDKNAME}" ; then
exit 0
#exit 1
fi
-set -x
+#set -x
if test ! -f ${TARGETSDKNAME} ; then
echo "Downloading $TARGETSDKNAME for $MACHINE"
wget -nd -c "${SDKBASEURL}/${TARGETSDKNAME}"