===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
erlang-jose-1.10.1/erlang.mk-4464-			$(call dep_autopatch2,$1); \
erlang-jose-1.10.1/erlang.mk:4465:		elif [ 0 != `grep -c "include ../\w*\.mk" $(DEPS_DIR)/$(1)/Makefile` ]; then \
erlang-jose-1.10.1/erlang.mk-4466-			$(call dep_autopatch2,$(1)); \
erlang-jose-1.10.1/erlang.mk:4467:		elif [ 0 != `grep -ci "^[^#].*rebar" $(DEPS_DIR)/$(1)/Makefile` ]; then \
erlang-jose-1.10.1/erlang.mk-4468-			$(call dep_autopatch2,$(1)); \
erlang-jose-1.10.1/erlang.mk:4469:		elif [ -n "`find $(DEPS_DIR)/$(1)/ -type f -name \*.mk -not -name erlang.mk -exec grep -i "^[^#].*rebar" '{}' \;`" ]; then \
erlang-jose-1.10.1/erlang.mk-4470-			$(call dep_autopatch2,$(1)); \
##############################################
erlang-jose-1.10.1/erlang.mk-6657-	$(verbose) if ! tail -n1 $(DIALYZER_PLT) | \
erlang-jose-1.10.1/erlang.mk:6658:		grep -q "^`$(ERL) -eval 'io:format("~s", [code:lib_dir(erts)]), halt().'`$$"; then \
erlang-jose-1.10.1/erlang.mk-6659-		rm $(DIALYZER_PLT); \
##############################################
erlang-jose-1.10.1/erlang.mk-7459-TMPDIR=`mktemp -d`
erlang-jose-1.10.1/erlang.mk:7460:ARCHIVE=`awk '/^__ARCHIVE_BELOW__$$/ {print NR + 1; exit 0;}' $$0`
erlang-jose-1.10.1/erlang.mk-7461-FILENAME=$$(basename $$0)