===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
raster3d-3.0-7/debian/patches/Makefile.diff-32--	cp doc/*.l $(mandir)
raster3d-3.0-7/debian/patches/Makefile.diff:33:+	for i in doc/*.l; do j=`basename $$i .l`; cp $$i $(mandir)/$${j}.1; done
raster3d-3.0-7/debian/patches/Makefile.diff-34- 	if [ ! -e $(htmldir) ] ; then mkdir -p $(htmldir) ; fi
##############################################
raster3d-3.0-7/debian/tests/run-unit-test-6-if [ "$AUTOPKGTEST_TMP" = "" ] ; then
raster3d-3.0-7/debian/tests/run-unit-test:7:  AUTOPKGTEST_TMP=`mktemp -d /tmp/${pkg}-test.XXXXXX`
raster3d-3.0-7/debian/tests/run-unit-test-8-  trap "rm -rf $AUTOPKGTEST_TMP" 0 INT QUIT ABRT PIPE TERM
##############################################
raster3d-3.0-7/.pc/fix_bashism.patch/label3d-58-    if [ "$previous" = "-tiff" ] || [ "$previous" = "-png" ] ; then
raster3d-3.0-7/.pc/fix_bashism.patch/label3d:59:        if [ `echo "$option" | sed -e 's/\(.\).*/\1/'` != "-" ]; then
raster3d-3.0-7/.pc/fix_bashism.patch/label3d-60-            outfile="$option"
##############################################
raster3d-3.0-7/.pc/fix_bashism.patch/label3d-106-#
raster3d-3.0-7/.pc/fix_bashism.patch/label3d:107:IMAGESIZE=`identify ${tmp}_render.${img} | sed -e 's/.* \([0-9]*x[0-9]*\).*/\1/'`
raster3d-3.0-7/.pc/fix_bashism.patch/label3d-108-
##############################################
raster3d-3.0-7/.pc/fix_bashism.patch/stereo3d-66-    	outfile="$option"
raster3d-3.0-7/.pc/fix_bashism.patch/stereo3d:67:	if [ `echo "$option" | sed -e 's/\(.\).*/\1/'` != "-" ]; then
raster3d-3.0-7/.pc/fix_bashism.patch/stereo3d-68-	    outfile="$option"
##############################################
raster3d-3.0-7/.pc/fix_bashism.patch/stereo3d-119-# Find image size
raster3d-3.0-7/.pc/fix_bashism.patch/stereo3d:120:IMAGESIZE=`identify ${tmp}_left.${img} | sed -e 's/.* \([0-9]*x[0-9]*\).*/\1/'`
raster3d-3.0-7/.pc/fix_bashism.patch/stereo3d:121:WIDTH=`echo $IMAGESIZE | sed -e 's/x.*//'`
raster3d-3.0-7/.pc/fix_bashism.patch/stereo3d:122:HEIGHT=`echo $IMAGESIZE | sed -e 's/.*x//'`
raster3d-3.0-7/.pc/fix_bashism.patch/stereo3d:123:IMAGESIZE=`echo "$WIDTH x $HEIGHT" | sed -e 's/ //g'`
raster3d-3.0-7/.pc/fix_bashism.patch/stereo3d-124-
##############################################
raster3d-3.0-7/.pc/fix_bashism.patch/stereo3d-138-   echo "stereo3d: adding border" 1>&2
raster3d-3.0-7/.pc/fix_bashism.patch/stereo3d:139:   NEWWIDTH=`identify ${tmp}_stereo3d.${img} | sed -e 's/.* \([0-9]*\)x[0-9]*.*/\1/'`
raster3d-3.0-7/.pc/fix_bashism.patch/stereo3d:140:   IMAGESIZE=`echo "$NEWWIDTH x $HEIGHT" | sed -e 's/ //g'`
raster3d-3.0-7/.pc/fix_bashism.patch/stereo3d-141-   mogrify -crop $IMAGESIZE+0+0 -bordercolor black -border 2x4 ${tmp}_stereo3d.${img}
##############################################
raster3d-3.0-7/Makefile-247-	if [ ! -e $(mandir)  ] ; then mkdir -p $(mandir) ; fi
raster3d-3.0-7/Makefile:248:	for i in doc/*.l; do j=`basename $$i .l`; cp $$i $(mandir)/$${j}.1; done
raster3d-3.0-7/Makefile-249-	if [ ! -e $(htmldir) ] ; then mkdir -p $(htmldir) ; fi
##############################################
raster3d-3.0-7/label3d-58-    if [ "$previous" = "-tiff" ] || [ "$previous" = "-png" ] ; then
raster3d-3.0-7/label3d:59:        if [ `echo "$option" | sed -e 's/\(.\).*/\1/'` != "-" ]; then
raster3d-3.0-7/label3d-60-            outfile="$option"
##############################################
raster3d-3.0-7/label3d-106-#
raster3d-3.0-7/label3d:107:IMAGESIZE=`identify ${tmp}_render.${img} | sed -e 's/.* \([0-9]*x[0-9]*\).*/\1/'`
raster3d-3.0-7/label3d-108-
##############################################
raster3d-3.0-7/stereo3d-66-    	outfile="$option"
raster3d-3.0-7/stereo3d:67:	if [ `echo "$option" | sed -e 's/\(.\).*/\1/'` != "-" ]; then
raster3d-3.0-7/stereo3d-68-	    outfile="$option"
##############################################
raster3d-3.0-7/stereo3d-119-# Find image size
raster3d-3.0-7/stereo3d:120:IMAGESIZE=`identify ${tmp}_left.${img} | sed -e 's/.* \([0-9]*x[0-9]*\).*/\1/'`
raster3d-3.0-7/stereo3d:121:WIDTH=`echo $IMAGESIZE | sed -e 's/x.*//'`
raster3d-3.0-7/stereo3d:122:HEIGHT=`echo $IMAGESIZE | sed -e 's/.*x//'`
raster3d-3.0-7/stereo3d:123:IMAGESIZE=`echo "$WIDTH x $HEIGHT" | sed -e 's/ //g'`
raster3d-3.0-7/stereo3d-124-
##############################################
raster3d-3.0-7/stereo3d-138-   echo "stereo3d: adding border" 1>&2
raster3d-3.0-7/stereo3d:139:   NEWWIDTH=`identify ${tmp}_stereo3d.${img} | sed -e 's/.* \([0-9]*\)x[0-9]*.*/\1/'`
raster3d-3.0-7/stereo3d:140:   IMAGESIZE=`echo "$NEWWIDTH x $HEIGHT" | sed -e 's/ //g'`
raster3d-3.0-7/stereo3d-141-   mogrify -crop $IMAGESIZE+0+0 -bordercolor black -border 2x4 ${tmp}_stereo3d.${img}