=========================================================== .___ __ __ _________________ __ __ __| _/|__|/ |_ / ___\_` __ \__ \ | | \/ __ | | \\_ __\ / /_/ > | \// __ \| | / /_/ | | || | \___ /|__| (____ /____/\____ | |__||__| /_____/ \/ \/ grep rough audit - static analysis tool v2.8 written by @Wireghoul =================================[justanotherhacker.com]=== nginx-confgen-2.0/Makefile-22- cd test && e=0 && for i in *.conf; do\ nginx-confgen-2.0/Makefile:23: f=`basename $$i .conf`;\ nginx-confgen-2.0/Makefile-24- ../nginx-confgen -I inc -i $$i >$$f.out 2>&1;\ nginx-confgen-2.0/Makefile-25- [ ! -f $$f.test ] && cp $$f.out $$f.test;\ nginx-confgen-2.0/Makefile:26: d="`diff -u $$f.test $$f.out`";\ nginx-confgen-2.0/Makefile-27- if [ -n "$$d" ]; then echo; echo "$$d"; echo; e=1; fi;\ ############################################## nginx-confgen-2.0/Makefile-38- mkdir nginx-confgen-${NGCFG_VERSION} nginx-confgen-2.0/Makefile:39: for f in `git ls-files | grep -v ^\.gitignore`; do mkdir -p nginx-confgen-${NGCFG_VERSION}/`dirname $$f`; ln -s "`pwd`/$$f" nginx-confgen-${NGCFG_VERSION}/$$f; done nginx-confgen-2.0/Makefile-40- tar -cophzf nginx-confgen-${NGCFG_VERSION}.tar.gz --sort=name nginx-confgen-${NGCFG_VERSION}