===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
digitemp-3.7.2/Makefile-142-bumpver:
digitemp-3.7.2/Makefile:143:		@NEWSUBVER=$$((`echo $(VERSION) |cut -d . -f 3` + 1)) ; \
digitemp-3.7.2/Makefile:144:		NEWVERSION=`echo $(VERSION).$$NEWSUBVER |cut -d . -f 1,2,4` ; \
digitemp-3.7.2/Makefile-145-		DATELINE="* `date "+%a %b %d %Y"` `git config user.name` <`git config user.email`>  - $$NEWVERSION-1"  ; \
##############################################
digitemp-3.7.2/rrdb/log_temp-32-# Diagnostic output
digitemp-3.7.2/rrdb/log_temp:33:room=`echo $reading | gawk '{print $2}'`
digitemp-3.7.2/rrdb/log_temp:34:attic=`echo $reading | gawk '{print $3}'`
digitemp-3.7.2/rrdb/log_temp:35:drink=`echo $reading | gawk '{print $4}'`
digitemp-3.7.2/rrdb/log_temp-36-