Skip to content
Snippets Groups Projects
Commit 0bb6d6e2 authored by Kenneth Reitz's avatar Kenneth Reitz
Browse files

emit a warning

parent 0184dcac
No related branches found
No related tags found
No related merge requests found
...@@ -58,6 +58,9 @@ bpwatch start compile ...@@ -58,6 +58,9 @@ bpwatch start compile
# Syntax sugar. # Syntax sugar.
source $BIN_DIR/utils source $BIN_DIR/utils
# Import collection of warnings.
source $BIN_DIR/warnings
# Directory Hacks for path consistiency. # Directory Hacks for path consistiency.
APP_DIR='/app' APP_DIR='/app'
TMP_APP_DIR=$CACHE_DIR/tmp_app_dir TMP_APP_DIR=$CACHE_DIR/tmp_app_dir
......
...@@ -101,3 +101,7 @@ sub-env() { ...@@ -101,3 +101,7 @@ sub-env() {
) )
} }
# Import collection of warnings.
source $BIN_DIR/warnings.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment