===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
transtermhp-2.09/debian/patches/2to3.patch-109--if [ ! -x "`which python`" ] ; then
transtermhp-2.09/debian/patches/2to3.patch:110:-    echo "`basename $0`: python must be installed to run calibration scripts" > /dev/stderr
transtermhp-2.09/debian/patches/2to3.patch-111-+if [ ! -x "`which python3`" ] ; then
transtermhp-2.09/debian/patches/2to3.patch:112:+    echo "`basename $0`: python3 must be installed to run calibration scripts" > /dev/stderr
transtermhp-2.09/debian/patches/2to3.patch-113-     exit 3
##############################################
transtermhp-2.09/.pc/2to3.patch/calibrate.sh-27-if [ ${#} -lt 1 ] ; then
transtermhp-2.09/.pc/2to3.patch/calibrate.sh:28:    echo "usage: `basename $0` outputfile.dat [transterm options]" > /dev/stderr
transtermhp-2.09/.pc/2to3.patch/calibrate.sh-29-    exit 1
##############################################
transtermhp-2.09/.pc/2to3.patch/calibrate.sh-41-        echo "./$1"
transtermhp-2.09/.pc/2to3.patch/calibrate.sh:42:    elif [ -x "`which $1`" ] ; then
transtermhp-2.09/.pc/2to3.patch/calibrate.sh-43-        echo "$1"
transtermhp-2.09/.pc/2to3.patch/calibrate.sh-44-    else
transtermhp-2.09/.pc/2to3.patch/calibrate.sh:45:        echo "`basename $0`: $1 must be in the current directory or on your PATH." > /dev/stderr
transtermhp-2.09/.pc/2to3.patch/calibrate.sh-46-        exit 2
##############################################
transtermhp-2.09/.pc/2to3.patch/calibrate.sh-58-if [ ! -x "`which python`" ] ; then
transtermhp-2.09/.pc/2to3.patch/calibrate.sh:59:    echo "`basename $0`: python must be installed to run calibration scripts" > /dev/stderr
transtermhp-2.09/.pc/2to3.patch/calibrate.sh-60-    exit 3
##############################################
transtermhp-2.09/.pc/2to3.patch/calibrate.sh-74-for at in $AT ; do
transtermhp-2.09/.pc/2to3.patch/calibrate.sh:75:    echo "`basename $0`: Running TransTerm on random sequence with %AT = $at" > /dev/stderr
transtermhp-2.09/.pc/2to3.patch/calibrate.sh-76-
##############################################
transtermhp-2.09/calibrate.sh-27-if [ ${#} -lt 1 ] ; then
transtermhp-2.09/calibrate.sh:28:    echo "usage: `basename $0` outputfile.dat [transterm options]" > /dev/stderr
transtermhp-2.09/calibrate.sh-29-    exit 1
##############################################
transtermhp-2.09/calibrate.sh-41-        echo "./$1"
transtermhp-2.09/calibrate.sh:42:    elif [ -x "`which $1`" ] ; then
transtermhp-2.09/calibrate.sh-43-        echo "$1"
transtermhp-2.09/calibrate.sh-44-    else
transtermhp-2.09/calibrate.sh:45:        echo "`basename $0`: $1 must be in the current directory or on your PATH." > /dev/stderr
transtermhp-2.09/calibrate.sh-46-        exit 2
##############################################
transtermhp-2.09/calibrate.sh-58-if [ ! -x "`which python3`" ] ; then
transtermhp-2.09/calibrate.sh:59:    echo "`basename $0`: python3 must be installed to run calibration scripts" > /dev/stderr
transtermhp-2.09/calibrate.sh-60-    exit 3
##############################################
transtermhp-2.09/calibrate.sh-74-for at in $AT ; do
transtermhp-2.09/calibrate.sh:75:    echo "`basename $0`: Running TransTerm on random sequence with %AT = $at" > /dev/stderr
transtermhp-2.09/calibrate.sh-76-