===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
bleachbit-3.9.0/cleaners/Makefile-15-		xmllint --format "$$f" > "$$f.pretty"; \
bleachbit-3.9.0/cleaners/Makefile:16:		diff=`diff -q "$$f" "$$f.pretty" | grep -o differ`; \
bleachbit-3.9.0/cleaners/Makefile-17-		[[ "$$diff" != "differ" ]] && echo "$$f" unchanged && rm "$$f.pretty"; \
##############################################
bleachbit-3.9.0/po/Makefile-14-	echo "#: ../org.bleachbit.BleachBit.desktop" > desktop.pot
bleachbit-3.9.0/po/Makefile:15:	echo "msgid \"`perl -n -e '/GenericName=(.*)$$/ && print "$$1\n"' ../org.bleachbit.BleachBit.desktop`\"" >> desktop.pot
bleachbit-3.9.0/po/Makefile-16-	echo "msgstr \"\"" >> desktop.pot
##############################################
bleachbit-3.9.0/po/Makefile-18-	echo "#: ../org.bleachbit.BleachBit.desktop" >> desktop.pot
bleachbit-3.9.0/po/Makefile:19:	echo "msgid \"`perl -n -e '/Comment=(.*)$$/ && print "$$1\n"' ../org.bleachbit.BleachBit.desktop`\"" >> desktop.pot
bleachbit-3.9.0/po/Makefile-20-	echo "msgstr \"\"" >> desktop.pot
##############################################
bleachbit-3.9.0/po/Makefile-42-	for oldpo in $(POFILES); do \
bleachbit-3.9.0/po/Makefile:43:		lang=`basename $$oldpo .po`; \
bleachbit-3.9.0/po/Makefile-44-		echo $$lang; \
##############################################
bleachbit-3.9.0/po/Makefile-51-	@echo
bleachbit-3.9.0/po/Makefile:52:	@echo Word count: `msggrep -Kie . --no-wrap $(POTFILE)  | grep ^msgid  | cut -c 8- | wc --words`
bleachbit-3.9.0/po/Makefile-53-	@echo
##############################################
bleachbit-3.9.0/po/Makefile-62-	for mofile in $(MOFILES); do \
bleachbit-3.9.0/po/Makefile:63:		lang=`basename $$mofile .mo`; \
bleachbit-3.9.0/po/Makefile-64-		mkdir -p ../locale/$$lang/LC_MESSAGES/; \
##############################################
bleachbit-3.9.0/po/Makefile-71-	for MO in $(MOFILES); do \
bleachbit-3.9.0/po/Makefile:72:		lang=`basename $$MO .mo`; \
bleachbit-3.9.0/po/Makefile-73-		DST=$(DESTDIR)/usr/share/locale/$$lang/LC_MESSAGES/; \