===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
simhash-0.0.20161225/debian/patches/01-fix-test-script.patch-13-   for j in $SIZES; do
simhash-0.0.20161225/debian/patches/01-fix-test-script.patch:14:-    HASHVAL=`./simhash -c a-$i.sim b-$j.sim 2>/dev/null`
simhash-0.0.20161225/debian/patches/01-fix-test-script.patch:15:+    HASHVAL=`simhash -c a-$i.sim b-$j.sim 2>/dev/null`
simhash-0.0.20161225/debian/patches/01-fix-test-script.patch-16-     if [ $? -ne 0 ]
##############################################
simhash-0.0.20161225/.pc/01-fix-test-script.patch/test.sh-16-  for j in $SIZES; do
simhash-0.0.20161225/.pc/01-fix-test-script.patch/test.sh:17:    HASHVAL=`./simhash -c a-$i.sim b-$j.sim 2>/dev/null`
simhash-0.0.20161225/.pc/01-fix-test-script.patch/test.sh-18-    if [ $? -ne 0 ]
##############################################
simhash-0.0.20161225/test.sh-16-  for j in $SIZES; do
simhash-0.0.20161225/test.sh:17:    HASHVAL=`simhash -c a-$i.sim b-$j.sim 2>/dev/null`
simhash-0.0.20161225/test.sh-18-    if [ $? -ne 0 ]