=========================================================== .___ __ __ _________________ __ __ __| _/|__|/ |_ / ___\_` __ \__ \ | | \/ __ | | \\_ __\ / /_/ > | \// __ \| | / /_/ | | || | \___ /|__| (____ /____/\____ | |__||__| /_____/ \/ \/ grep rough audit - static analysis tool v2.8 written by @Wireghoul =================================[justanotherhacker.com]=== fatsort-1.6.3.622/tests/tc_check_consistent_version/Makefile-6- manver=\ fatsort-1.6.3.622/tests/tc_check_consistent_version/Makefile:7: `head -2 ../../man/fatsort.1 | tail -1 | sed -e "s/^.*\"fatsort \([0-9.]\+\)\".*$$/\1/"`; \ fatsort-1.6.3.622/tests/tc_check_consistent_version/Makefile:8: progver=`../../src/fatsort --version | head -1 | sed -e "s/^fatsort \([0-9.]\+\).*$$/\1/"`; \ fatsort-1.6.3.622/tests/tc_check_consistent_version/Makefile:9: changesver=`head -3 ../../CHANGES.md | tail -1 | sed -e "s/^.*v\([0-9.]\+\).*$$/\1/"`; \ fatsort-1.6.3.622/tests/tc_check_consistent_version/Makefile-10- echo "#$$manver#$$progver#$$changesver#"; \ ############################################## fatsort-1.6.3.622/tests/Makefile-17- echo "Tests of testsuite $@ started on $(shell $(DATE) '+%Y-%m-%d %H:%M:%S')" | tee ${LOGFILE}; \ fatsort-1.6.3.622/tests/Makefile:18: for i in `cat $@`; do \ fatsort-1.6.3.622/tests/Makefile-19- if [ ! -f $$i/passed ]; then \