diff --git a/bin/compile b/bin/compile index 130e10cbf2747d488142637e5d9474f7b7455f93..2aeb8bb226e2070353c98b7633b7eaa18396ca27 100755 --- a/bin/compile +++ b/bin/compile @@ -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 diff --git a/bin/utils b/bin/utils index 8b6d3911acc19a288a3f7665e73c2d700968250c..2853f6d20b942530a37d5b9b089cdffa0d5585af 100755 --- a/bin/utils +++ b/bin/utils @@ -101,3 +101,7 @@ sub-env() { ) } + +# Import collection of warnings. +source $BIN_DIR/warnings. +