emit a warning

This commit is contained in:
2015-11-10 12:39:11 -05:00
parent 0184dcac24
commit 0bb6d6e2bd
2 changed files with 7 additions and 0 deletions
+3
View File
@@ -58,6 +58,9 @@ bpwatch start compile
# Syntax sugar.
source $BIN_DIR/utils
# Import collection of warnings.
source $BIN_DIR/warnings
# Directory Hacks for path consistiency.
APP_DIR='/app'
TMP_APP_DIR=$CACHE_DIR/tmp_app_dir
+4
View File
@@ -101,3 +101,7 @@ sub-env() {
)
}
# Import collection of warnings.
source $BIN_DIR/warnings.