chore(build): s/tmp/temp

This commit is contained in:
Andrew Joslin
2014-05-22 10:17:50 -06:00
parent 979f7b5275
commit 7d8436f8da
13 changed files with 25 additions and 23 deletions

View File

@@ -12,7 +12,7 @@ ARG_DEFS=(
)
function init {
TMP_DIR=$SCRIPT_DIR/../../tmp
TMP_DIR=$SCRIPT_DIR/../../temp
BUILD_DIR=$SCRIPT_DIR/../../dist
PROJECT_DIR=$SCRIPT_DIR/../..