11.0: Cherrypick ASB topics

This commit is contained in:
Tad 2018-12-18 21:34:32 -05:00
parent de1d7cf5ed
commit 715cb32468
3 changed files with 11 additions and 6 deletions

View file

@ -99,7 +99,7 @@ if [ ! -d "$DOS_BUILD_BASE" ]; then
fi;
export DOS_TMP_DIR="/tmp/dos_tmp";
mkdir "$DOS_TMP_DIR";
mkdir -p "$DOS_TMP_DIR";
export DOS_HOSTS_FILE="$DOS_TMP_DIR/hosts";
export DOS_PREBUILT_APPS=$DOS_WORKSPACE_ROOT"PrebuiltApps/";