===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
longrun-0.9/po/Makefile-25-.po.gmo:
longrun-0.9/po/Makefile:26:	file=`echo $* | sed 's,.*/,,'`.gmo \
longrun-0.9/po/Makefile-27-	  && rm -f $$file && msgfmt -o $$file $<
##############################################
longrun-0.9/po/Makefile-34-	for cat in $$catalogs; do \
longrun-0.9/po/Makefile:35:	  cat=`basename $$cat`; \
longrun-0.9/po/Makefile:36:	  lang=`echo $$cat | sed 's/\$(CATOBJEXT)$$//'`; \
longrun-0.9/po/Makefile-37-	  dir=$$localedir/$$lang/LC_MESSAGES; \
##############################################
longrun-0.9/debian/acpi.action-47-	if [ -d "$battery" ]; then
longrun-0.9/debian/acpi.action:48:		LAST_FULL_CAPACITY=$(($LAST_FULL_CAPACITY + `awk '/last full/ {print $4}' $battery/info`))
longrun-0.9/debian/acpi.action:49:		REMAINING_CAPACITY=$(($REMAINING_CAPACITY + `awk '/remaining/ {print $3}' $battery/state`))
longrun-0.9/debian/acpi.action-50-	fi