=========================================================== .___ __ __ _________________ __ __ __| _/|__|/ |_ / ___\_` __ \__ \ | | \/ __ | | \\_ __\ / /_/ > | \// __ \| | / /_/ | | || | \___ /|__| (____ /____/\____ | |__||__| /_____/ \/ \/ grep rough audit - static analysis tool v2.8 written by @Wireghoul =================================[justanotherhacker.com]=== potool-0.19/scripts/poedit-21- potool-0.19/scripts/poedit:22:TEMP=`getopt -o anp -n 'poedit' -- "$@"` potool-0.19/scripts/poedit-23-if [ $? != 0 ] ; then usage ; fi ############################################## potool-0.19/scripts/poedit-52-POFILE="$1" potool-0.19/scripts/poedit:53:TMPFILE="$POTMP/`basename -- "$POFILE"`" potool-0.19/scripts/poedit-54-TMPFILE2="$TMPFILE.tmp" ############################################## potool-0.19/scripts/poedit-169-if [ $? -eq 0 ]; then potool-0.19/scripts/poedit:170: printf "Before: %s/%s\n" `$potool -ft -s "$POFILE~"` `$potool -s "$POFILE~"` potool-0.19/scripts/poedit:171: printf "After: %s/%s\n" `$potool -ft -s "$POFILE"` `$potool -s "$POFILE"` potool-0.19/scripts/poedit-172- rm -f "$POFILE~" "$TMPFILE" ############################################## potool-0.19/scripts/postats-20- [ -f $a ] || continue potool-0.19/scripts/postats:21: tr=`potool $a -ft -s 2>/dev/null` potool-0.19/scripts/postats-22- [ $? -eq 0 ] || { echo "Error: \"potool $a -ft -s\" failed"; continue ; } potool-0.19/scripts/postats:23: all=`potool $a -s 2>/dev/null` potool-0.19/scripts/postats-24- [ $? -eq 0 ] || { echo "Error: \"potool $a -s\" failed"; continue ; } potool-0.19/scripts/postats:25: fuzzy=`potool $a -ff -s 2>/dev/null` potool-0.19/scripts/postats-26- [ $? -eq 0 ] || { echo "Error: \"potool $a -ff -s\" failed"; continue ; } ############################################## potool-0.19/scripts/poupdate-12- [ -f $f ] || continue potool-0.19/scripts/poupdate:13: d=`echo $f | sed 's/\.po//'` potool-0.19/scripts/poupdate-14- echo $d