===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
apt-listbugs-0.1.33/Makefile-51-	for mo in $(MOFILES); do \
apt-listbugs-0.1.33/Makefile:52:	  install -d $(DESTDIR)/usr/share/locale/`basename $$mo .mo`/LC_MESSAGES; \
apt-listbugs-0.1.33/Makefile:53:	  install -m644 $$mo $(DESTDIR)/usr/share/locale/`basename $$mo .mo`/LC_MESSAGES/apt-listbugs.mo; \
apt-listbugs-0.1.33/Makefile-54-	done
##############################################
apt-listbugs-0.1.33/bin/apt-listbugs-412-if File.expand_path(__FILE__).match(/^\/usr\/s?bin\//)
apt-listbugs-0.1.33/bin/apt-listbugs:413:  $VERSION = `dpkg-query -W -f='${Version}' apt-listbugs`
apt-listbugs-0.1.33/bin/apt-listbugs-414-else
##############################################
apt-listbugs-0.1.33/debian/dh_ruby.mk-51-	for mo in $(MOFILES); do \
apt-listbugs-0.1.33/debian/dh_ruby.mk:52:	  install -d $(DESTDIR)/usr/share/locale/`basename $$mo .mo`/LC_MESSAGES; \
apt-listbugs-0.1.33/debian/dh_ruby.mk:53:	  install -m644 $$mo $(DESTDIR)/usr/share/locale/`basename $$mo .mo`/LC_MESSAGES/apt-listbugs.mo; \
apt-listbugs-0.1.33/debian/dh_ruby.mk-54-	done
##############################################
apt-listbugs-0.1.33/examples/rc2rss-23-
apt-listbugs-0.1.33/examples/rc2rss:24:num=`dpkg --get-selections | grep install | grep -v deinstall | awk -F' ' '{print $1;}' | wc -l`
apt-listbugs-0.1.33/examples/rc2rss-25-dpkg --get-selections | grep install | grep -v deinstall | awk -F' ' '{print $1;}' | xargs -n $num /usr/bin/apt-listbugs rss
##############################################
apt-listbugs-0.1.33/lib/aptlistbugs/logic.rb-281-      if FileTest.executable?("#{$1}")
apt-listbugs-0.1.33/lib/aptlistbugs/logic.rb:282:        detected_proxy = `#{$1}`.chomp
apt-listbugs-0.1.33/lib/aptlistbugs/logic.rb-283-        $stderr.puts "auto detected proxy: #{detected_proxy}" if $DEBUG