===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
psurface-2.0.0/m4/amiramesh.m4-50-        # expand tilde / other stuff
psurface-2.0.0/m4/amiramesh.m4:51:		AMIRAMESHROOT=`cd $with_amiramesh && pwd`
psurface-2.0.0/m4/amiramesh.m4-52-	fi
##############################################
psurface-2.0.0/m4/mpi-config.m4-24-  # in the sed-command...
psurface-2.0.0/m4/mpi-config.m4:25:  retval=`$MPICC ${1} ${2} 2>/dev/null | head -1`
psurface-2.0.0/m4/mpi-config.m4-26-  # remove compiler name
psurface-2.0.0/m4/mpi-config.m4:27:  retval=`echo $retval | sed -e 's/^[[^-]][[^ ]][[^ ]]* //'`
psurface-2.0.0/m4/mpi-config.m4-28-  # remove dummy-parameter (if existing)
psurface-2.0.0/m4/mpi-config.m4:29:  retval=`echo $retval | sed -e "s/ ${1} / /"`
psurface-2.0.0/m4/mpi-config.m4-30-  if test ${#} = 2 ; then
psurface-2.0.0/m4/mpi-config.m4:31:    retval=`echo $retval | sed -e "s/ ${2} / /"`
psurface-2.0.0/m4/mpi-config.m4-32-  fi
psurface-2.0.0/m4/mpi-config.m4-33-  # remove optimization, warning, etc paramters
psurface-2.0.0/m4/mpi-config.m4:34:  retval=`echo " $retval " | sed -e 's/ -g / /g' -e 's/ -W[[a-z0-9]]\+ / /g' -e 's/ -O[[0-9]]\+ / /g'`
psurface-2.0.0/m4/mpi-config.m4-35-  # strip leading and trailing spaces
psurface-2.0.0/m4/mpi-config.m4:36:  retval=`echo "$retval" | sed 's/^ *//g;s/ *$//g'`
psurface-2.0.0/m4/mpi-config.m4-37-}
##############################################
psurface-2.0.0/m4/mpi-config.m4-40-mpi_remove () {
psurface-2.0.0/m4/mpi-config.m4:41:  retval=`echo ${1} | sed -e "s/ ${2} / /"`
psurface-2.0.0/m4/mpi-config.m4-42-  # string to remove might be on the beginning of the line
psurface-2.0.0/m4/mpi-config.m4:43:  retval=`echo ${retval} | sed -e "s/^${2} / /"`
psurface-2.0.0/m4/mpi-config.m4-44-}
##############################################
psurface-2.0.0/m4/mpi-config.m4-114-    #strip DUNEMPICPPFLAGS (which are included for mpich2 on jugene)
psurface-2.0.0/m4/mpi-config.m4:115:    enc=`echo "$DUNEMPICPPFLAGS" | sed -e 's/\\//\\\\\\//g'`
psurface-2.0.0/m4/mpi-config.m4:116:    DUNEMPILIBS=`echo "$retval" | sed -e "s/$enc / /"`
psurface-2.0.0/m4/mpi-config.m4-117-  fi
##############################################
psurface-2.0.0/m4/mpi-config.m4-140-    #strip DUNEMPICPPFLAGS (which are included for mpich2 on jugene)
psurface-2.0.0/m4/mpi-config.m4:141:    enc=`echo "$DUNEMPICPPFLAGS" | sed -e 's/\\//\\\\\\//g'`
psurface-2.0.0/m4/mpi-config.m4:142:    DUNEMPILIBS=`echo "$retval" | sed -e "s/$enc / /"`
psurface-2.0.0/m4/mpi-config.m4-143-  fi
##############################################
psurface-2.0.0/m4/hdf5.m4-60-   if test -d $with_hdf5; then
psurface-2.0.0/m4/hdf5.m4:61:     eval with_hdf5=`cd $with_hdf5 ; pwd`
psurface-2.0.0/m4/hdf5.m4-62-   else
##############################################
psurface-2.0.0/debian/patches/hdf5.patch-10-    if test -d $with_hdf5; then
psurface-2.0.0/debian/patches/hdf5.patch:11:      eval with_hdf5=`cd $with_hdf5 ; pwd`
psurface-2.0.0/debian/patches/hdf5.patch-12-@@ -95,9 +95,13 @@
##############################################
psurface-2.0.0/.pc/hdf5.patch/m4/hdf5.m4-60-   if test -d $with_hdf5; then
psurface-2.0.0/.pc/hdf5.patch/m4/hdf5.m4:61:     eval with_hdf5=`cd $with_hdf5 ; pwd`
psurface-2.0.0/.pc/hdf5.patch/m4/hdf5.m4-62-   else