===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
dictionaries-common-1.28.3/Makefile.in-193-	for i in $(sbin_dir)/* ; do \
dictionaries-common-1.28.3/Makefile.in:194:	  b=`basename $$i` ; \
dictionaries-common-1.28.3/Makefile.in-195-	  ( cd $(sbin_dir) ; \
##############################################
dictionaries-common-1.28.3/Makefile.in-199-	for i in $(bin_dir)/* ; do \
dictionaries-common-1.28.3/Makefile.in:200:	  b=`basename $$i` ; \
dictionaries-common-1.28.3/Makefile.in-201-	  ( cd $(bin_dir) ; \
##############################################
dictionaries-common-1.28.3/configure.in-12-
dictionaries-common-1.28.3/configure.in:13:RELEASE=`perl -ne 'print $1 if /\(([[^)]]+)\)/;last' < debian/changelog`
dictionaries-common-1.28.3/configure.in-14-AC_SUBST(RELEASE)
##############################################
dictionaries-common-1.28.3/scripts/perl5/Debian/DictionariesCommon.pm.in-664-  if ( defined $ENV{'DPKG_RUNNING_VERSION'} &&
dictionaries-common-1.28.3/scripts/perl5/Debian/DictionariesCommon.pm.in:665:       system("type dpkg-trigger >/dev/null 2>&1 && dpkg-trigger $await_trigger $trigger") == 0 ){
dictionaries-common-1.28.3/scripts/perl5/Debian/DictionariesCommon.pm.in-666-    dico_debugprint("DictionariesCommon::dico_activate_trigger: Enabled trigger \"$trigger\" [$await_trigger]");
##############################################
dictionaries-common-1.28.3/scripts/perl5/Debian/DictionariesCommon.pm.in-716-    unless ( scalar <"$varlibdir/*"> ){
dictionaries-common-1.28.3/scripts/perl5/Debian/DictionariesCommon.pm.in:717:      if ( system("dpkg-query -S $varlibdir  > /dev/null 2>&1") == 0 ){
dictionaries-common-1.28.3/scripts/perl5/Debian/DictionariesCommon.pm.in-718-	dico_debugprint("$program: Empty \"$varlibdir\" is owned by some package.");
##############################################
dictionaries-common-1.28.3/scripts/perl5/Devel/DictionariesCommon.pm.in-89-  # Get the dictionaries-common Policy compliant config code
dictionaries-common-1.28.3/scripts/perl5/Devel/DictionariesCommon.pm.in:90:  my $config_dc = `cat $dictdir/config-$class`;
dictionaries-common-1.28.3/scripts/perl5/Devel/DictionariesCommon.pm.in-91-
##############################################
dictionaries-common-1.28.3/scripts/perl5/Devel/DictionariesCommon.pm.in-106-    my $config_in;
dictionaries-common-1.28.3/scripts/perl5/Devel/DictionariesCommon.pm.in:107:    unless (($config_in = `cat $orig_config_file`) =~ /\n\#DEBHELPER\#\s*\n/) {
dictionaries-common-1.28.3/scripts/perl5/Devel/DictionariesCommon.pm.in-108-      dico_error("No valid #DEBHELPER# string in $orig_config_file. Aborting.",
##############################################
dictionaries-common-1.28.3/scripts/perl5/Devel/DictionariesCommon.pm.in-159-  my $elanguages    = join (', ', @tmp_elanguages);
dictionaries-common-1.28.3/scripts/perl5/Devel/DictionariesCommon.pm.in:160:  my $templates_txt = `cat $dictdir/templates-$class`;
dictionaries-common-1.28.3/scripts/perl5/Devel/DictionariesCommon.pm.in-161-
##############################################
dictionaries-common-1.28.3/scripts/perl5/Devel/DictionariesCommon.pm.in-166-  if ($orig_templates_file = pkgfile ($package, "po-master.templates")) {
dictionaries-common-1.28.3/scripts/perl5/Devel/DictionariesCommon.pm.in:167:    $orig_templates_txt = `cat $orig_templates_file`;
dictionaries-common-1.28.3/scripts/perl5/Devel/DictionariesCommon.pm.in-168-  } elsif ($orig_templates_file = pkgfile ($package, "templates.in")) {
##############################################
dictionaries-common-1.28.3/scripts/perl5/Devel/DictionariesCommon.pm.in-170-      "      Please base your template localization in po-debconf\n");
dictionaries-common-1.28.3/scripts/perl5/Devel/DictionariesCommon.pm.in:171:    $orig_templates_txt = `cat $orig_templates_file`;
dictionaries-common-1.28.3/scripts/perl5/Devel/DictionariesCommon.pm.in-172-  }
##############################################
dictionaries-common-1.28.3/scripts/system/aspell-autobuildhash-135-      debugprint(" - command: $command");
dictionaries-common-1.28.3/scripts/system/aspell-autobuildhash:136:      if ( system ("$command") == 0 ){
dictionaries-common-1.28.3/scripts/system/aspell-autobuildhash-137-	$new_remove_data{'remove'}{$hash}++;
##############################################
dictionaries-common-1.28.3/scripts/system/ispell-autobuildhash-139-	debugprint("$gzip_cmd");
dictionaries-common-1.28.3/scripts/system/ispell-autobuildhash:140:	system ("$gzip_cmd") == 0
dictionaries-common-1.28.3/scripts/system/ispell-autobuildhash-141-	  or myerror($dict,"Could not gunzip the munched wordlist for $dict");
dictionaries-common-1.28.3/scripts/system/ispell-autobuildhash-142-	debugprint("$build_cmd");
dictionaries-common-1.28.3/scripts/system/ispell-autobuildhash:143:	if ( system ("$build_cmd") == 0 ){
dictionaries-common-1.28.3/scripts/system/ispell-autobuildhash-144-	  $new_remove_data{'remove'}{$hash}++;
##############################################
dictionaries-common-1.28.3/scripts/system/ispell-autobuildhash-166-	  debugprint("$cmd");
dictionaries-common-1.28.3/scripts/system/ispell-autobuildhash:167:	  if ( system ("$cmd") == 0 ){
dictionaries-common-1.28.3/scripts/system/ispell-autobuildhash-168-	    if ( -w  "$usrlibdir" ){
##############################################
dictionaries-common-1.28.3/scripts/system/ispell-autobuildhash-189-	  debugprint("$cmd");
dictionaries-common-1.28.3/scripts/system/ispell-autobuildhash:190:	  if ( system ("$cmd") == 0 ){
dictionaries-common-1.28.3/scripts/system/ispell-autobuildhash-191-	    $new_remove_data{'remove'}{$hash}++;
##############################################
dictionaries-common-1.28.3/scripts/system/ispell-autobuildhash-261-# Prepare temporary directory
dictionaries-common-1.28.3/scripts/system/ispell-autobuildhash:262:$tmpdir = `mktemp -d "$tmpdir_base/ispell-auto.XXXXXXXXXX"`
dictionaries-common-1.28.3/scripts/system/ispell-autobuildhash-263-      or die "ispell-autobuildhash: Cannot make temporary directory under \"$tmpdir_base\". Aborting ...\n";
##############################################
dictionaries-common-1.28.3/scripts/system/update-ispell-hash-199-    debugprint "** Is ($vera) greater than ($verb)";
dictionaries-common-1.28.3/scripts/system/update-ispell-hash:200:    system("dpkg --compare-versions $vera gt $verb") == 0
dictionaries-common-1.28.3/scripts/system/update-ispell-hash-201-        or  return 0;
##############################################
dictionaries-common-1.28.3/scripts/system/update-ispell-hash-228-    my $systemcall = "@_" . " $fd> $dialog_status";
dictionaries-common-1.28.3/scripts/system/update-ispell-hash:229:    my $status = system ("$systemcall");
dictionaries-common-1.28.3/scripts/system/update-ispell-hash-230-    debugprint($systemcall);
##############################################
dictionaries-common-1.28.3/scripts/system/update-ispell-hash-575-    or choke "Failed to build munched wordlist for $source";
dictionaries-common-1.28.3/scripts/system/update-ispell-hash:576:system("buildhash $tmppath.dict $ispellaffixfile $ispellhashfile") == 0
dictionaries-common-1.28.3/scripts/system/update-ispell-hash-577-    or choke "Failed to build hash file for $source";