===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
shorewall-lite-5.2.3.4/configure.pl-181-if ( $ENV{SOURCE_DATE_EPOCH} ) {
shorewall-lite-5.2.3.4/configure.pl:182:    printf $outfile "#\n# Created by Shorewall Core version %s configure.pl - %s\n", VERSION, `date  --utc --date=\"\@$ENV{SOURCE_DATE_EPOCH}\"`;
shorewall-lite-5.2.3.4/configure.pl-183-} else {
##############################################
shorewall-lite-5.2.3.4/configure-197-echo '#'                                                                 > shorewallrc
shorewall-lite-5.2.3.4/configure:198:echo "# Created by Shorewall Core version $VERSION configure - " `date --utc --date="@${SOURCE_DATE_EPOCH:-$(date +%s)}"` >> shorewallrc
shorewall-lite-5.2.3.4/configure-199-echo "# rc file: $rcfile"                                               >> shorewallrc
##############################################
shorewall-lite-5.2.3.4/debian/rules-12-VPATCH:=$(shell echo $(V) |cut -f 3 -d .)
shorewall-lite-5.2.3.4/debian/rules:13:NEXTPATCH:=$(shell expr $(VPATCH) + 1 2>/dev/null || expr `echo $(VPATCH) | cut -f 1 -d - ` + 1)
shorewall-lite-5.2.3.4/debian/rules-14-