===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
commit-patch-2.6/debian/emacsen-install-21-
commit-patch-2.6/debian/emacsen-install:22:#FLAVORTEST=`echo $FLAVOR | cut -c-6`
commit-patch-2.6/debian/emacsen-install-23-#if [ ${FLAVORTEST} = xemacs ] ; then
##############################################
commit-patch-2.6/debian/patches/use-editor-instead-of-vi.patch-8-     }
commit-patch-2.6/debian/patches/use-editor-instead-of-vi.patch:9:-    system(($ENV{VISUAL} || $ENV{EDITOR} || 'vi')." ".$patch);
commit-patch-2.6/debian/patches/use-editor-instead-of-vi.patch:10:+    system(($ENV{VISUAL} || $ENV{EDITOR} || 'editor')." ".$patch);
commit-patch-2.6/debian/patches/use-editor-instead-of-vi.patch-11-     my $last_patch = "#last-comit-partial.patch";
##############################################
commit-patch-2.6/.pc/use-editor-instead-of-vi.patch/commit-patch-180-    }
commit-patch-2.6/.pc/use-editor-instead-of-vi.patch/commit-patch:181:    system(($ENV{VISUAL} || $ENV{EDITOR} || 'vi')." ".$patch);
commit-patch-2.6/.pc/use-editor-instead-of-vi.patch/commit-patch-182-    my $last_patch = "#last-comit-partial.patch";
##############################################
commit-patch-2.6/commit-patch-180-    }
commit-patch-2.6/commit-patch:181:    system(($ENV{VISUAL} || $ENV{EDITOR} || 'editor')." ".$patch);
commit-patch-2.6/commit-patch-182-    my $last_patch = "#last-comit-partial.patch";