===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
mtpaint-3.40/src/spawn.c-403-		{"Rename *.jpeg to *.jpg", "rename .jpeg .jpg *.jpeg"},
mtpaint-3.40/src/spawn.c:404:		{"Remove spaces from filenames", "for file in *\" \"*; do mv \"$file\" `echo $file | sed -e 's/ /_/g'`; done"},
mtpaint-3.40/src/spawn.c-405-		{"Remove extra .jpg. from filename", "rename .jpg. . *.jpg.jpg"},
##############################################
mtpaint-3.40/gtk/winbuild.sh-886-mkdir -p "$TOPDIR/bin"
mtpaint-3.40/gtk/winbuild.sh:887:LONGCC=`PATH="$LONGPATH" which $MTARGET-gcc`
mtpaint-3.40/gtk/winbuild.sh-888-for BINARY in ${LONGCC%/*}/$MTARGET-*
##############################################
mtpaint-3.40/gtk/winbuild.sh-923-if [ -f $rcfile ]; then
mtpaint-3.40/gtk/winbuild.sh:924:    basename=`basename $rcfile .rc`
mtpaint-3.40/gtk/winbuild.sh-925-    if [ -f $basename-build.stamp ]; then
mtpaint-3.40/gtk/winbuild.sh-926-	read number <$basename-build.stamp
mtpaint-3.40/gtk/winbuild.sh:927:	buildnumber=`expr $number + 1`
mtpaint-3.40/gtk/winbuild.sh-928-	echo Build number $buildnumber
##############################################
mtpaint-3.40/gtk/winbuild.sh-946-*.lo) 
mtpaint-3.40/gtk/winbuild.sh:947:    resfile=.libs/`basename $lo .lo`.o
mtpaint-3.40/gtk/winbuild.sh-948-    ;;
##############################################
mtpaint-3.40/gtk/winbuild.sh-953-esac
mtpaint-3.40/gtk/winbuild.sh:954:d=`dirname $0`
mtpaint-3.40/gtk/winbuild.sh-955-[ ! -d .libs ] && mkdir .libs
##############################################
mtpaint-3.40/.pc/01_change_configure.patch/configure-79-			# Override minor version of installed GTK+2
mtpaint-3.40/.pc/01_change_configure.patch/configure:80:			GTK2VERSION="`echo "$A" | sed -e 's/gtk2\.\?\([0-9]*\).*/\1/'`";;
mtpaint-3.40/.pc/01_change_configure.patch/configure-81-	"intl" )	MT_LANG=YES;;
##############################################
mtpaint-3.40/.pc/01_change_configure.patch/configure-319-then
mtpaint-3.40/.pc/01_change_configure.patch/configure:320:	CC=${CC:-`which ${MT_HOST:+$MT_HOST-}gcc`}
mtpaint-3.40/.pc/01_change_configure.patch/configure-321-	PKG_CONFIG=${PKG_CONFIG:-${MT_HOST:+$MT_HOST-}pkg-config}
##############################################
mtpaint-3.40/.pc/01_change_configure.patch/configure-326-# Get GCC version
mtpaint-3.40/.pc/01_change_configure.patch/configure:327:GCCVER=`$CC -dumpversion`
mtpaint-3.40/.pc/01_change_configure.patch/configure-328-# Get target architecture
mtpaint-3.40/.pc/01_change_configure.patch/configure:329:GCCARCH=`$CC -dumpmachine`
mtpaint-3.40/.pc/01_change_configure.patch/configure-330-# For eternally misconfigured, Windows-hosted MinGW
##############################################
mtpaint-3.40/.pc/01_change_configure.patch/configure-600-	GTKPREFIX=`PKGCONFIG gtk+-2.0 --variable=prefix`
mtpaint-3.40/.pc/01_change_configure.patch/configure:601:	INCLUDES="$INCLUDES `PKGCONFIG gtk+-2.0 $THREADS --cflags`"
mtpaint-3.40/.pc/01_change_configure.patch/configure:602:	LIBS="$LIBS `PKGCONFIG gtk+-2.0 $THREADS --libs`"
mtpaint-3.40/.pc/01_change_configure.patch/configure-603-elif [ "$FOUND_GTK" = 1 ]
##############################################
mtpaint-3.40/.pc/01_change_configure.patch/configure-607-	GTKPREFIX=`PKGCONFIG gtk+ --variable=prefix`
mtpaint-3.40/.pc/01_change_configure.patch/configure:608:	INCLUDES="$INCLUDES `PKGCONFIG gtk+ $THREADS --cflags`"
mtpaint-3.40/.pc/01_change_configure.patch/configure:609:	LIBS="$LIBS `PKGCONFIG gtk+ $THREADS --libs`"
mtpaint-3.40/.pc/01_change_configure.patch/configure-610-elif [ "GTK" = 2 ] && [ "$OS" != "${OS%/MSYS}" ]
##############################################
mtpaint-3.40/.pc/01_change_configure.patch/configure-617-	GTKPREFIX=`gtk-config gtk --prefix`
mtpaint-3.40/.pc/01_change_configure.patch/configure:618:	INCLUDES="$INCLUDES `gtk-config gtk $THREADS --cflags`"
mtpaint-3.40/.pc/01_change_configure.patch/configure:619:	LIBS="$LIBS `gtk-config gtk $THREADS --libs | sed 's/-rdynamic//'`"
mtpaint-3.40/.pc/01_change_configure.patch/configure-620-elif [ "GTK" = 1 ]
##############################################
mtpaint-3.40/.pc/01_change_configure.patch/configure-696-eval STATICLIBS=\"$STATICLIBS\"
mtpaint-3.40/.pc/01_change_configure.patch/configure:697:STATICLIBS=`echo -n "$STATICLIBS" | sed -e 's/  */ /g' -e 's/^ //'`
mtpaint-3.40/.pc/01_change_configure.patch/configure-698-cat << CONFIG
##############################################
mtpaint-3.40/.pc/spawn.diff/src/spawn.c-403-		{"Rename *.jpeg to *.jpg", "rename .jpeg .jpg *.jpeg"},
mtpaint-3.40/.pc/spawn.diff/src/spawn.c:404:		{"Remove spaces from filenames", "for file in *\" \"*; do mv \"$file\" `echo $file | sed -e 's/ /_/g'`; done"},
mtpaint-3.40/.pc/spawn.diff/src/spawn.c-405-		{"Remove extra .jpg. from filename", "rename .jpg. . *.jpg.jpg"},
##############################################
mtpaint-3.40/configure-79-			# Override minor version of installed GTK+2
mtpaint-3.40/configure:80:			GTK2VERSION="`echo "$A" | sed -e 's/gtk2\.\?\([0-9]*\).*/\1/'`";;
mtpaint-3.40/configure-81-	"intl" )	MT_LANG=YES;;
##############################################
mtpaint-3.40/configure-319-then
mtpaint-3.40/configure:320:	CC=${CC:-`which ${MT_HOST:+$MT_HOST-}gcc`}
mtpaint-3.40/configure-321-	PKG_CONFIG=${PKG_CONFIG:-${MT_HOST:+$MT_HOST-}pkg-config}
##############################################
mtpaint-3.40/configure-326-# Get GCC version
mtpaint-3.40/configure:327:GCCVER=`$CC -dumpversion`
mtpaint-3.40/configure-328-# Get target architecture
mtpaint-3.40/configure:329:GCCARCH=`$CC -dumpmachine`
mtpaint-3.40/configure-330-# For eternally misconfigured, Windows-hosted MinGW
##############################################
mtpaint-3.40/configure-600-	GTKPREFIX=`PKGCONFIG gtk+-2.0 --variable=prefix`
mtpaint-3.40/configure:601:	INCLUDES="$INCLUDES `PKGCONFIG gtk+-2.0 $THREADS --cflags`"
mtpaint-3.40/configure:602:	LIBS="$LIBS `PKGCONFIG gtk+-2.0 $THREADS --libs`"
mtpaint-3.40/configure-603-elif [ "$FOUND_GTK" = 1 ]
##############################################
mtpaint-3.40/configure-607-	GTKPREFIX=`PKGCONFIG gtk+ --variable=prefix`
mtpaint-3.40/configure:608:	INCLUDES="$INCLUDES `PKGCONFIG gtk+ $THREADS --cflags`"
mtpaint-3.40/configure:609:	LIBS="$LIBS `PKGCONFIG gtk+ $THREADS --libs`"
mtpaint-3.40/configure-610-elif [ "GTK" = 2 ] && [ "$OS" != "${OS%/MSYS}" ]
##############################################
mtpaint-3.40/configure-617-	GTKPREFIX=`gtk-config gtk --prefix`
mtpaint-3.40/configure:618:	INCLUDES="$INCLUDES `gtk-config gtk $THREADS --cflags`"
mtpaint-3.40/configure:619:	LIBS="$LIBS `gtk-config gtk $THREADS --libs | sed 's/-rdynamic//'`"
mtpaint-3.40/configure-620-elif [ "GTK" = 1 ]
##############################################
mtpaint-3.40/configure-696-eval STATICLIBS=\"$STATICLIBS\"
mtpaint-3.40/configure:697:STATICLIBS=`echo -n "$STATICLIBS" | sed -e 's/  */ /g' -e 's/^ //'`
mtpaint-3.40/configure-698-cat << CONFIG