===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
shelldap-1.5.1/.pc/add-editor-fallback.patch/shelldap-1057-	if ( $use_pager ) {
shelldap-1.5.1/.pc/add-editor-fallback.patch/shelldap:1058:		system( $self->{'pager'}, $self->{'ldif_fname'} );
shelldap-1.5.1/.pc/add-editor-fallback.patch/shelldap-1059-		unlink $self->{'ldif_fname'};
##############################################
shelldap-1.5.1/.pc/add-editor-fallback.patch/shelldap-1894-	my $hash_orig = $self->chksum( $self->{'create_file'} );
shelldap-1.5.1/.pc/add-editor-fallback.patch/shelldap:1895:	system( $self->{'editor'}, $self->{'create_file'} ) && die "Unable to launch editor: $!\n";
shelldap-1.5.1/.pc/add-editor-fallback.patch/shelldap-1896-
##############################################
shelldap-1.5.1/.pc/add-editor-fallback.patch/shelldap-2094-		if ( $self->prompt_edit_again() ) {
shelldap-1.5.1/.pc/add-editor-fallback.patch/shelldap:2095:			system( $self->{'editor'}, $self->{'ldif_fname'} );
shelldap-1.5.1/.pc/add-editor-fallback.patch/shelldap-2096-		}
##############################################
shelldap-1.5.1/.pc/add-pager-fallback.patch/shelldap-1057-	if ( $use_pager ) {
shelldap-1.5.1/.pc/add-pager-fallback.patch/shelldap:1058:		system( $self->{'pager'}, $self->{'ldif_fname'} );
shelldap-1.5.1/.pc/add-pager-fallback.patch/shelldap-1059-		unlink $self->{'ldif_fname'};
##############################################
shelldap-1.5.1/.pc/add-pager-fallback.patch/shelldap-1894-	my $hash_orig = $self->chksum( $self->{'create_file'} );
shelldap-1.5.1/.pc/add-pager-fallback.patch/shelldap:1895:	system( $self->{'editor'}, $self->{'create_file'} ) && die "Unable to launch editor: $!\n";
shelldap-1.5.1/.pc/add-pager-fallback.patch/shelldap-1896-
##############################################
shelldap-1.5.1/.pc/add-pager-fallback.patch/shelldap-2094-		if ( $self->prompt_edit_again() ) {
shelldap-1.5.1/.pc/add-pager-fallback.patch/shelldap:2095:			system( $self->{'editor'}, $self->{'ldif_fname'} );
shelldap-1.5.1/.pc/add-pager-fallback.patch/shelldap-2096-		}
##############################################
shelldap-1.5.1/shelldap-1057-	if ( $use_pager ) {
shelldap-1.5.1/shelldap:1058:		system( $self->{'pager'}, $self->{'ldif_fname'} );
shelldap-1.5.1/shelldap-1059-		unlink $self->{'ldif_fname'};
##############################################
shelldap-1.5.1/shelldap-1894-	my $hash_orig = $self->chksum( $self->{'create_file'} );
shelldap-1.5.1/shelldap:1895:	system( $self->{'editor'}, $self->{'create_file'} ) && die "Unable to launch editor: $!\n";
shelldap-1.5.1/shelldap-1896-
##############################################
shelldap-1.5.1/shelldap-2094-		if ( $self->prompt_edit_again() ) {
shelldap-1.5.1/shelldap:2095:			system( $self->{'editor'}, $self->{'ldif_fname'} );
shelldap-1.5.1/shelldap-2096-		}