===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
pencil2d-0.6.5/app/app.pro-144-    DEFINES += GIT_EXISTS \
pencil2d-0.6.5/app/app.pro:145:    "GIT_CURRENT_SHA1=$$system(git --git-dir=.git --work-tree=. -C $$_PRO_FILE_PWD_/../ rev-parse HEAD)" \
pencil2d-0.6.5/app/app.pro:146:    "GIT_TIMESTAMP=$$system(git --git-dir=.git --work-tree=. -C $$_PRO_FILE_PWD_/../ log -n 1 --pretty=format:"%cd" --date=format:"%Y-%m-%d_%H:%M:%S")"
pencil2d-0.6.5/app/app.pro-147-}
##############################################
pencil2d-0.6.5/tests/src/catch.hpp-5470-    #if defined(__GNUC__) && (defined(__i386) || defined(__x86_64))
pencil2d-0.6.5/tests/src/catch.hpp:5471:        #define CATCH_TRAP() asm volatile ("int $3") /* NOLINT */
pencil2d-0.6.5/tests/src/catch.hpp-5472-    #else // Fall back to the generic way.
##############################################
pencil2d-0.6.5/util/checkchanges.sh-15-printf "git diff --name-only %s\n" "${commit_range}"
pencil2d-0.6.5/util/checkchanges.sh:16:CHANGED_FILES=`git diff --name-only ${commit_range}`
pencil2d-0.6.5/util/checkchanges.sh-17-