=========================================================== .___ __ __ _________________ __ __ __| _/|__|/ |_ / ___\_` __ \__ \ | | \/ __ | | \\_ __\ / /_/ > | \// __ \| | / /_/ | | || | \___ /|__| (____ /____/\____ | |__||__| /_____/ \/ \/ grep rough audit - static analysis tool v2.8 written by @Wireghoul =================================[justanotherhacker.com]=== pluma-1.24.1/Makefile.am-44- m4/lt~obsolete.m4 \ pluma-1.24.1/Makefile.am:45: `find "$(srcdir)" -type f -name Makefile.in -print` pluma-1.24.1/Makefile.am-46- ############################################## pluma-1.24.1/autogen.sh-3- pluma-1.24.1/autogen.sh:4:srcdir=`dirname $0` pluma-1.24.1/autogen.sh-5-test -z "$srcdir" && srcdir=. ############################################## pluma-1.24.1/configure.ac-65- test "x$ac_expand" = xNONE && ac_expand="[$]$2" pluma-1.24.1/configure.ac:66: ac_expand=`eval echo [$]ac_expand` pluma-1.24.1/configure.ac:67: $3=`eval echo [$]ac_expand` pluma-1.24.1/configure.ac-68-]) ############################################## pluma-1.24.1/configure.ac-121- AC_MSG_CHECKING([the version of enchant]) pluma-1.24.1/configure.ac:122: ENCHANT_VERSION=`pkg-config --modversion $ENCHANT_MODNAME` pluma-1.24.1/configure.ac-123- AC_MSG_RESULT([$ENCHANT_VERSION]) ############################################## pluma-1.24.1/configure.ac-144- if test "x$have_iso_codes" = "xyes"; then pluma-1.24.1/configure.ac:145: AC_DEFINE_UNQUOTED([ISO_CODES_PREFIX],["`$PKG_CONFIG --variable=prefix iso-codes`"],[ISO codes prefix]) pluma-1.24.1/configure.ac-146- AC_DEFINE([HAVE_ISO_CODES],[1],[Define if you have the iso-codes package]) ############################################## pluma-1.24.1/configure.ac-290-if expr ${PLUMA_MINOR_VERSION} % 2 > /dev/null; then pluma-1.24.1/configure.ac:291: stable_version=`expr ${PLUMA_MINOR_VERSION} - 1` pluma-1.24.1/configure.ac-292- ############################################## pluma-1.24.1/data/pluma-bugreport.sh.in-11- echo -n " " pluma-1.24.1/data/pluma-bugreport.sh.in:12: N=`expr $N + 1` pluma-1.24.1/data/pluma-bugreport.sh.in-13- done ############################################## pluma-1.24.1/data/pluma-bugreport.sh.in-44- do pluma-1.24.1/data/pluma-bugreport.sh.in:45: echo_padded "`echo -n $i | sed -r -e 's/^(.*)-[0-9]\.[0-9]$/\1/'`" pluma-1.24.1/data/pluma-bugreport.sh.in-46- pkg-config --modversion $i 2>/dev/null || echo ############################################## pluma-1.24.1/plugins/externaltools/data/build.tool.in-2- pluma-1.24.1/plugins/externaltools/data/build.tool.in:3:EHOME=`echo $HOME | sed "s/#/\#/"` pluma-1.24.1/plugins/externaltools/data/build.tool.in-4-DIR=$PLUMA_CURRENT_DOCUMENT_DIR ############################################## pluma-1.24.1/plugins/externaltools/data/build.tool.in-12- done pluma-1.24.1/plugins/externaltools/data/build.tool.in:13: DIR=`dirname "${DIR}"` pluma-1.24.1/plugins/externaltools/data/build.tool.in-14-done ############################################## pluma-1.24.1/plugins/externaltools/data/search-recursive.tool.in-23- pluma-1.24.1/plugins/externaltools/data/search-recursive.tool.in:24: for LINE in `grep -nHIirF -- "$SEARCHTEXT" ./`; do pluma-1.24.1/plugins/externaltools/data/search-recursive.tool.in:25: primer_indice=`expr index "$LINE" :` pluma-1.24.1/plugins/externaltools/data/search-recursive.tool.in-26- tmp=${LINE:$primer_indice} pluma-1.24.1/plugins/externaltools/data/search-recursive.tool.in:27: segundo_indice=`expr index "$tmp" :` pluma-1.24.1/plugins/externaltools/data/search-recursive.tool.in-28- linea_codigo=${tmp:$segundo_indice} ############################################## pluma-1.24.1/plugins/externaltools/data/search-recursive.tool.in-30- # lugar donde está la palabra pluma-1.24.1/plugins/externaltools/data/search-recursive.tool.in:31: posicion=`expr index "$tmp" "$SEARCHTEXT"` pluma-1.24.1/plugins/externaltools/data/search-recursive.tool.in-32- ############################################## pluma-1.24.1/plugins/snippets/data/php.xml-132- <snippet id="incl1"> pluma-1.24.1/plugins/snippets/data/php.xml:133: <text><![CDATA[include_once('${1:file}');$0]]></text> pluma-1.24.1/plugins/snippets/data/php.xml-134- <description>include_once</description> ############################################## pluma-1.24.1/plugins/snippets/data/php.xml-137- <snippet id="incl"> pluma-1.24.1/plugins/snippets/data/php.xml:138: <text><![CDATA[include('${1:file}');$0]]></text> pluma-1.24.1/plugins/snippets/data/php.xml-139- <description>include</description> ############################################## pluma-1.24.1/plugins/snippets/data/php.xml-171- <snippet id="req1"> pluma-1.24.1/plugins/snippets/data/php.xml:172: <text><![CDATA[require_once('${1:file}');]]></text> pluma-1.24.1/plugins/snippets/data/php.xml-173- <description>require_once</description> ############################################## pluma-1.24.1/plugins/snippets/data/php.xml-176- <snippet id="req"> pluma-1.24.1/plugins/snippets/data/php.xml:177: <text><![CDATA[require('${1:file}');]]></text> pluma-1.24.1/plugins/snippets/data/php.xml-178- <description>require</description>