===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
apertium-es-ro-0.7.3~r57551/autogen.sh-22-
apertium-es-ro-0.7.3~r57551/autogen.sh:23:dir=`echo "$0" | sed 's,[^/]*$,,'`
apertium-es-ro-0.7.3~r57551/autogen.sh-24-test "x${dir}" = "x" && dir='.'
apertium-es-ro-0.7.3~r57551/autogen.sh-25-
apertium-es-ro-0.7.3~r57551/autogen.sh:26:if test "x`cd "${dir}" 2>/dev/null && pwd`" != "x`pwd`"
apertium-es-ro-0.7.3~r57551/autogen.sh-27-then
##############################################
apertium-es-ro-0.7.3~r57551/regression-tests.sh-7-for LINE in $LIST; do
apertium-es-ro-0.7.3~r57551/regression-tests.sh:8:	dir=`echo $LINE | cut -f2 -d'(' | cut -f1 -d')'`;
apertium-es-ro-0.7.3~r57551/regression-tests.sh-9-
##############################################
apertium-es-ro-0.7.3~r57551/regression-tests.sh-18-#	echo $LINE;
apertium-es-ro-0.7.3~r57551/regression-tests.sh:19:	SL=`echo $LINE | cut -f2 -d')' | sed 's/<i>//g' | sed 's/<\/i>//g' | cut -f2 -d'*' | sed 's/ā†’/@/g' | cut -f1 -d'@' | sed 's/(note:/@/g' | sed 's/_/ /g'`;
apertium-es-ro-0.7.3~r57551/regression-tests.sh:20:	TL=`echo $LINE | sed 's/(\w\w)//g' | sed 's/<i>//g' | cut -f2 -d'*' | sed 's/<\/i>_ā†’/@/g' | cut -f2 -d'@' | sed 's/_/ /g'`;
apertium-es-ro-0.7.3~r57551/regression-tests.sh-21-
apertium-es-ro-0.7.3~r57551/regression-tests.sh:22:	TR=`echo $SL | apertium -d . $mode`;
apertium-es-ro-0.7.3~r57551/regression-tests.sh-23-
apertium-es-ro-0.7.3~r57551/regression-tests.sh:24:	UNCASEDA=`echo $TR | python2.4 -c "import sys, codecs; sys.stdout = codecs.getwriter('utf-8')(sys.stdout); sys.stdin = codecs.getreader('utf-8')(sys.stdin); print sys.stdin.read().lower();"`;
apertium-es-ro-0.7.3~r57551/regression-tests.sh:25:	UNCASEDB=`echo $TL | python2.4 -c "import sys, codecs; sys.stdout = codecs.getwriter('utf-8')(sys.stdout); sys.stdin = codecs.getreader('utf-8')(sys.stdin); print sys.stdin.read().lower();"`;
apertium-es-ro-0.7.3~r57551/regression-tests.sh-26-
apertium-es-ro-0.7.3~r57551/regression-tests.sh:27:	if [[ `echo $UNCASEDA` != `echo $UNCASEDB` ]]; then 
apertium-es-ro-0.7.3~r57551/regression-tests.sh-28-#		echo -e $mode"\t "$SL"\nā˜”\t-$TL\n\t+ "$TR"\n";