===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
ibus-anthy-1.5.11/Makefile.am-52-		git log --name-status --date=iso > $(distdir)/ChangeLog ; \
ibus-anthy-1.5.11/Makefile.am:53:		PREV_MICRO_VERSION=`expr $(PACKAGE_VERSION_MICRO) - 1`; \
ibus-anthy-1.5.11/Makefile.am-54-		PREV_VERSION=\
##############################################
ibus-anthy-1.5.11/configure.ac-220-    if test x"$PYTHON_CONFIG" != x""; then
ibus-anthy-1.5.11/configure.ac:221:        PYTHON_CFLAGS=`$PYTHON_CONFIG --includes`
ibus-anthy-1.5.11/configure.ac:222:        PYTHON_LIBS=`$PYTHON_CONFIG --libs`
ibus-anthy-1.5.11/configure.ac-223-    else
ibus-anthy-1.5.11/configure.ac:224:        PYTHON_CFLAGS=`$PYTHON $srcdir/python-config.py --includes`
ibus-anthy-1.5.11/configure.ac:225:        PYTHON_LIBS=`$PYTHON $srcdir/python-config.py --libs`
ibus-anthy-1.5.11/configure.ac-226-    fi
##############################################
ibus-anthy-1.5.11/data/Makefile.am-85-uninstall-hook:
ibus-anthy-1.5.11/data/Makefile.am:86:	SCHEMAS_FILES=`ls $(schemasdir)/*.gschema.xml` || true;         \
ibus-anthy-1.5.11/data/Makefile.am-87-	if test -z "$$SCHEMAS_FILES" &&                                 \
##############################################
ibus-anthy-1.5.11/tests/test-build.sh-100-    sleep 1;
ibus-anthy-1.5.11/tests/test-build.sh:101:    SUSER=`echo "$USER" | cut -c 1-7`;
ibus-anthy-1.5.11/tests/test-build.sh-102-    ps -ef | grep "$SUSER" | grep ibus | grep -v grep;
##############################################
ibus-anthy-1.5.11/tests/test-console.sh-24-
ibus-anthy-1.5.11/tests/test-console.sh:25:PROGNAME=`basename $0`;
ibus-anthy-1.5.11/tests/test-console.sh-26-VERSION=0.1;
##############################################
ibus-anthy-1.5.11/tests/test-console.sh-100-    if test -f $XDG_LOCALE_FILE ; then
ibus-anthy-1.5.11/tests/test-console.sh:101:        XDG_LANG_ORIG=`cat $XDG_LOCALE_FILE`
ibus-anthy-1.5.11/tests/test-console.sh:102:        XDG_LANG_NEW=`echo $LANG | sed -e 's/\(.*\)\..*/\1/'`
ibus-anthy-1.5.11/tests/test-console.sh-103-        if [ "$XDG_LANG_ORIG" != "$XDG_LANG_NEW" ] ; then
##############################################
ibus-anthy-1.5.11/tests/test-console.sh-115-    fi
ibus-anthy-1.5.11/tests/test-console.sh:116:    SUSER=`echo "$USER" | cut -c 1-7`;
ibus-anthy-1.5.11/tests/test-console.sh:117:    a=`ps -ef | grep dbus-daemon | grep "$SUSER" | grep -v gdm | grep session | grep -v grep`
ibus-anthy-1.5.11/tests/test-console.sh-118-    if test x"$a" = x ; then
##############################################
ibus-anthy-1.5.11/tests/test-console.sh-149-    rm -rf $HOME/.config/anthy;
ibus-anthy-1.5.11/tests/test-console.sh:150:    cd `dirname $0`;
ibus-anthy-1.5.11/tests/test-console.sh-151-