=========================================================== .___ __ __ _________________ __ __ __| _/|__|/ |_ / ___\_` __ \__ \ | | \/ __ | | \\_ __\ / /_/ > | \// __ \| | / /_/ | | || | \___ /|__| (____ /____/\____ | |__||__| /_____/ \/ \/ grep rough audit - static analysis tool v2.8 written by @Wireghoul =================================[justanotherhacker.com]=== aspell-hi-0.02/configure-42- # Taken from autoconf 2.50 aspell-hi-0.02/configure:43: envvar=`expr "x$option" : 'x\([^=]*\)='` aspell-hi-0.02/configure:44: optarg=`expr "x$option" : 'x[^=]*=\(.*\)'` aspell-hi-0.02/configure-45- # Reject names that are not valid shell variable names. ############################################## aspell-hi-0.02/configure-49- #echo $envvar $optarg aspell-hi-0.02/configure:50: optarg=`echo "$optarg" | sed "s/'/'\\\\\\\\''/g"` aspell-hi-0.02/configure-51- eval "$envvar='$optarg'" ############################################## aspell-hi-0.02/configure-74-echo $ECHO_N "Finding Dictionary file location ... $ECHO_C" aspell-hi-0.02/configure:75:dictdir=`$ASPELL dump config dict-dir` aspell-hi-0.02/configure-76-echo $dictdir ############################################## aspell-hi-0.02/configure-78-echo $ECHO_N "Finding Data file location ... $ECHO_C" aspell-hi-0.02/configure:79:datadir=`$ASPELL dump config data-dir` aspell-hi-0.02/configure-80-echo $datadir aspell-hi-0.02/configure-81- aspell-hi-0.02/configure:82:echo "ASPELL = `which $ASPELL`" > Makefile aspell-hi-0.02/configure-83-echo "ASPELL_FLAGS = $ASPELL_FLAGS" >> Makefile aspell-hi-0.02/configure:84:echo "PREZIP = `which $PREZIP`" >> Makefile aspell-hi-0.02/configure-85-echo "DESTDIR = $DESTDIR" >> Makefile