=========================================================== .___ __ __ _________________ __ __ __| _/|__|/ |_ / ___\_` __ \__ \ | | \/ __ | | \\_ __\ / /_/ > | \// __ \| | / /_/ | | || | \___ /|__| (____ /____/\____ | |__||__| /_____/ \/ \/ grep rough audit - static analysis tool v2.8 written by @Wireghoul =================================[justanotherhacker.com]=== fuzz-0.6/Makefile.in-136- if test -f $$p; then \ fuzz-0.6/Makefile.in:137: echo " $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`"; \ fuzz-0.6/Makefile.in:138: $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \ fuzz-0.6/Makefile.in-139- else :; fi; \ ############################################## fuzz-0.6/Makefile.in-144- list='$(bin_PROGRAMS)'; for p in $$list; do \ fuzz-0.6/Makefile.in:145: rm -f $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \ fuzz-0.6/Makefile.in-146- done ############################################## fuzz-0.6/Makefile.in-181- else file=$$i; fi; \ fuzz-0.6/Makefile.in:182: ext=`echo $$i | sed -e 's/^.*\\.//'`; \ fuzz-0.6/Makefile.in:183: inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \ fuzz-0.6/Makefile.in:184: inst=`echo $$inst | sed '$(transform)'`.$$ext; \ fuzz-0.6/Makefile.in-185- echo " $(INSTALL_DATA) $$file $(DESTDIR)$(man1dir)/$$inst"; \ ############################################## fuzz-0.6/Makefile.in-196- for i in $$list; do \ fuzz-0.6/Makefile.in:197: ext=`echo $$i | sed -e 's/^.*\\.//'`; \ fuzz-0.6/Makefile.in:198: inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \ fuzz-0.6/Makefile.in:199: inst=`echo $$inst | sed '$(transform)'`.$$ext; \ fuzz-0.6/Makefile.in-200- echo " rm -f $(DESTDIR)$(man1dir)/$$inst"; \ ############################################## fuzz-0.6/Makefile.in-249- mkdir $(distdir)/=inst fuzz-0.6/Makefile.in:250: dc_install_base=`cd $(distdir)/=inst && pwd`; \ fuzz-0.6/Makefile.in-251- cd $(distdir)/=build \ ############################################## fuzz-0.6/Makefile.in-260- @banner="$(distdir).tar.gz is ready for distribution"; \ fuzz-0.6/Makefile.in:261: dashes=`echo "$$banner" | sed s/./=/g`; \ fuzz-0.6/Makefile.in-262- echo "$$dashes"; \ ############################################## fuzz-0.6/aclocal.m4-28-dnl test to see if srcdir already configured fuzz-0.6/aclocal.m4:29:if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then fuzz-0.6/aclocal.m4-30- AC_MSG_ERROR([source directory already configured; run "make distclean" there first]) ############################################## fuzz-0.6/aclocal.m4-37-dnl FIXME This is truly gross. fuzz-0.6/aclocal.m4:38:missing_dir=`cd $ac_aux_dir && pwd` fuzz-0.6/aclocal.m4-39-AM_MISSING_PROG(ACLOCAL, aclocal, $missing_dir) ############################################## fuzz-0.6/aclocal.m4-60-if ( fuzz-0.6/aclocal.m4:61: set X `ls -Lt $srcdir/configure conftestfile 2> /dev/null` fuzz-0.6/aclocal.m4-62- if test "[$]*" = "X"; then fuzz-0.6/aclocal.m4-63- # -L didn't work. fuzz-0.6/aclocal.m4:64: set X `ls -t $srcdir/configure conftestfile` fuzz-0.6/aclocal.m4-65- fi ############################################## fuzz-0.6/configure-67- case "$ac_option" in fuzz-0.6/configure:68: -*=*) ac_optarg=`echo "$ac_option" | sed 's/[-_a-zA-Z0-9]*=//'` ;; fuzz-0.6/configure-69- *) ac_optarg= ;; ############################################## fuzz-0.6/configure-99- -disable-* | --disable-*) fuzz-0.6/configure:100: ac_feature=`echo $ac_option|sed -e 's/-*disable-//'` fuzz-0.6/configure-101- # Reject names that are not valid shell variable names. fuzz-0.6/configure:102: if test -n "`echo $ac_feature| sed 's/[-a-zA-Z0-9_]//g'`"; then fuzz-0.6/configure-103- { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; } fuzz-0.6/configure-104- fi fuzz-0.6/configure:105: ac_feature=`echo $ac_feature| sed 's/-/_/g'` fuzz-0.6/configure-106- eval "enable_${ac_feature}=no" ;; ############################################## fuzz-0.6/configure-108- -enable-* | --enable-*) fuzz-0.6/configure:109: ac_feature=`echo $ac_option|sed -e 's/-*enable-//' -e 's/=.*//'` fuzz-0.6/configure-110- # Reject names that are not valid shell variable names. fuzz-0.6/configure:111: if test -n "`echo $ac_feature| sed 's/[-_a-zA-Z0-9]//g'`"; then fuzz-0.6/configure-112- { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; } fuzz-0.6/configure-113- fi fuzz-0.6/configure:114: ac_feature=`echo $ac_feature| sed 's/-/_/g'` fuzz-0.6/configure-115- case "$ac_option" in ############################################## fuzz-0.6/configure-339- -with-* | --with-*) fuzz-0.6/configure:340: ac_package=`echo $ac_option|sed -e 's/-*with-//' -e 's/=.*//'` fuzz-0.6/configure-341- # Reject names that are not valid shell variable names. fuzz-0.6/configure:342: if test -n "`echo $ac_package| sed 's/[-_a-zA-Z0-9]//g'`"; then fuzz-0.6/configure-343- { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; } fuzz-0.6/configure-344- fi fuzz-0.6/configure:345: ac_package=`echo $ac_package| sed 's/-/_/g'` fuzz-0.6/configure-346- case "$ac_option" in ############################################## fuzz-0.6/configure-352- -without-* | --without-*) fuzz-0.6/configure:353: ac_package=`echo $ac_option|sed -e 's/-*without-//'` fuzz-0.6/configure-354- # Reject names that are not valid shell variable names. fuzz-0.6/configure:355: if test -n "`echo $ac_package| sed 's/[-a-zA-Z0-9_]//g'`"; then fuzz-0.6/configure-356- { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; } fuzz-0.6/configure-357- fi fuzz-0.6/configure:358: ac_package=`echo $ac_package| sed 's/-/_/g'` fuzz-0.6/configure-359- eval "with_${ac_package}=no" ;; ############################################## fuzz-0.6/configure-382- *) fuzz-0.6/configure:383: if test -n "`echo $ac_option| sed 's/[-a-z0-9.]//g'`"; then fuzz-0.6/configure-384- echo "configure: warning: $ac_option: invalid host type" 1>&2 ############################################## fuzz-0.6/configure-395-if test -n "$ac_prev"; then fuzz-0.6/configure:396: { echo "configure: error: missing argument to --`echo $ac_prev | sed 's/_/-/g'`" 1>&2; exit 1; } fuzz-0.6/configure-397-fi ############################################## fuzz-0.6/configure-460- ac_prog=$0 fuzz-0.6/configure:461: ac_confdir=`echo $ac_prog|sed 's%/[^/][^/]*$%%'` fuzz-0.6/configure-462- test "x$ac_confdir" = "x$ac_prog" && ac_confdir=. ############################################## fuzz-0.6/configure-476-fi fuzz-0.6/configure:477:srcdir=`echo "${srcdir}" | sed 's%\([^/]\)/*$%\1%'` fuzz-0.6/configure-478- ############################################## fuzz-0.6/configure-556-if test -z "$INSTALL"; then fuzz-0.6/configure:557:if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then fuzz-0.6/configure-558- echo $ac_n "(cached) $ac_c" 1>&6 ############################################## fuzz-0.6/configure-617-if ( fuzz-0.6/configure:618: set X `ls -Lt $srcdir/configure conftestfile 2> /dev/null` fuzz-0.6/configure-619- if test "$*" = "X"; then fuzz-0.6/configure-620- # -L didn't work. fuzz-0.6/configure:621: set X `ls -t $srcdir/configure conftestfile` fuzz-0.6/configure-622- fi ############################################## fuzz-0.6/configure-651-EOF_SED fuzz-0.6/configure:652: program_transform_name="`echo $program_transform_name|sed -f conftestsed`" fuzz-0.6/configure-653- rm -f conftestsed ############################################## fuzz-0.6/configure-665-echo "configure:666: checking whether ${MAKE-make} sets \${MAKE}" >&5 fuzz-0.6/configure:666:set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y%./+-%__p_%'` fuzz-0.6/configure:667:if eval "test \"`echo '$''{'ac_cv_prog_make_${ac_make}_set'+set}'`\" = set"; then fuzz-0.6/configure-668- echo $ac_n "(cached) $ac_c" 1>&6 ############################################## fuzz-0.6/configure-674-# GNU make sometimes prints "make[1]: Entering...", which would confuse us. fuzz-0.6/configure:675:eval `${MAKE-make} -f conftestmake 2>/dev/null | grep temp=` fuzz-0.6/configure-676-if test -n "$ac_maketemp"; then ############################################## fuzz-0.6/configure-682-fi fuzz-0.6/configure:683:if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then fuzz-0.6/configure-684- echo "$ac_t""yes" 1>&6 ############################################## fuzz-0.6/configure-695- fuzz-0.6/configure:696:if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then fuzz-0.6/configure-697- { echo "configure: error: source directory already configured; run "make distclean" there first" 1>&2; exit 1; } ############################################## fuzz-0.6/configure-708- fuzz-0.6/configure:709:missing_dir=`cd $ac_aux_dir && pwd` fuzz-0.6/configure-710-echo $ac_n "checking for working aclocal""... $ac_c" 1>&6 ############################################## fuzz-0.6/configure-780-echo "configure:781: checking for $ac_word" >&5 fuzz-0.6/configure:781:if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then fuzz-0.6/configure-782- echo $ac_n "(cached) $ac_c" 1>&6 ############################################## fuzz-0.6/configure-810-echo "configure:811: checking for $ac_word" >&5 fuzz-0.6/configure:811:if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then fuzz-0.6/configure-812- echo $ac_n "(cached) $ac_c" 1>&6 ############################################## fuzz-0.6/configure-861-echo "configure:862: checking for $ac_word" >&5 fuzz-0.6/configure:862:if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then fuzz-0.6/configure-863- echo $ac_n "(cached) $ac_c" 1>&6 ############################################## fuzz-0.6/configure-940-echo "configure:941: checking whether we are using GNU C" >&5 fuzz-0.6/configure:941:if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then fuzz-0.6/configure-942- echo $ac_n "(cached) $ac_c" 1>&6 ############################################## fuzz-0.6/configure-968-echo "configure:969: checking whether ${CC-cc} accepts -g" >&5 fuzz-0.6/configure:969:if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then fuzz-0.6/configure-970- echo $ac_n "(cached) $ac_c" 1>&6 ############################################## fuzz-0.6/configure-972- echo 'void f(){}' > conftest.c fuzz-0.6/configure:973:if test -z "`${CC-cc} -g -c conftest.c 2>&1`"; then fuzz-0.6/configure-974- ac_cv_prog_cc_g=yes ############################################## fuzz-0.6/configure-1004-echo "configure:1005: checking for $ac_word" >&5 fuzz-0.6/configure:1005:if eval "test \"`echo '$''{'ac_cv_prog_AWK'+set}'`\" = set"; then fuzz-0.6/configure-1006- echo $ac_n "(cached) $ac_c" 1>&6 ############################################## fuzz-0.6/configure-1046-if test -z "$INSTALL"; then fuzz-0.6/configure:1047:if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then fuzz-0.6/configure-1048- echo $ac_n "(cached) $ac_c" 1>&6 ############################################## fuzz-0.6/configure-1098-echo "configure:1099: checking whether ln -s works" >&5 fuzz-0.6/configure:1099:if eval "test \"`echo '$''{'ac_cv_prog_LN_S'+set}'`\" = set"; then fuzz-0.6/configure-1100- echo $ac_n "(cached) $ac_c" 1>&6 ############################################## fuzz-0.6/configure-1121-ac_lib_var=`echo readline'_'readline | sed 'y%./+-%__p_%'` fuzz-0.6/configure:1122:if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then fuzz-0.6/configure-1123- echo $ac_n "(cached) $ac_c" 1>&6 ############################################## fuzz-0.6/configure-1151-fi fuzz-0.6/configure:1152:if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then fuzz-0.6/configure-1153- echo "$ac_t""yes" 1>&6 ############################################## fuzz-0.6/configure-1173-if test -z "$CPP"; then fuzz-0.6/configure:1174:if eval "test \"`echo '$''{'ac_cv_prog_CPP'+set}'`\" = set"; then fuzz-0.6/configure-1175- echo $ac_n "(cached) $ac_c" 1>&6 ############################################## fuzz-0.6/configure-1189-{ (eval echo configure:1190: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } fuzz-0.6/configure:1190:ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` fuzz-0.6/configure-1191-if test -z "$ac_err"; then ############################################## fuzz-0.6/configure-1206-{ (eval echo configure:1207: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } fuzz-0.6/configure:1207:ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` fuzz-0.6/configure-1208-if test -z "$ac_err"; then ############################################## fuzz-0.6/configure-1223-{ (eval echo configure:1224: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } fuzz-0.6/configure:1224:ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` fuzz-0.6/configure-1225-if test -z "$ac_err"; then ############################################## fuzz-0.6/configure-1248-echo "configure:1249: checking for ANSI C header files" >&5 fuzz-0.6/configure:1249:if eval "test \"`echo '$''{'ac_cv_header_stdc'+set}'`\" = set"; then fuzz-0.6/configure-1250- echo $ac_n "(cached) $ac_c" 1>&6 ############################################## fuzz-0.6/configure-1261-{ (eval echo configure:1262: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } fuzz-0.6/configure:1262:ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` fuzz-0.6/configure-1263-if test -z "$ac_err"; then ############################################## fuzz-0.6/configure-1352-echo "configure:1353: checking for sys/wait.h that is POSIX.1 compatible" >&5 fuzz-0.6/configure:1353:if eval "test \"`echo '$''{'ac_cv_header_sys_wait_h'+set}'`\" = set"; then fuzz-0.6/configure-1354- echo $ac_n "(cached) $ac_c" 1>&6 ############################################## fuzz-0.6/configure-1394-do fuzz-0.6/configure:1395:ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` fuzz-0.6/configure-1396-echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 fuzz-0.6/configure-1397-echo "configure:1398: checking for $ac_hdr" >&5 fuzz-0.6/configure:1398:if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then fuzz-0.6/configure-1399- echo $ac_n "(cached) $ac_c" 1>&6 ############################################## fuzz-0.6/configure-1407-{ (eval echo configure:1408: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } fuzz-0.6/configure:1408:ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` fuzz-0.6/configure-1409-if test -z "$ac_err"; then ############################################## fuzz-0.6/configure-1420-fi fuzz-0.6/configure:1421:if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then fuzz-0.6/configure-1422- echo "$ac_t""yes" 1>&6 fuzz-0.6/configure:1423: ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'` fuzz-0.6/configure-1424- cat >> confdefs.h <<EOF ############################################## fuzz-0.6/configure-1435-echo "configure:1436: checking for working const" >&5 fuzz-0.6/configure:1436:if eval "test \"`echo '$''{'ac_cv_c_const'+set}'`\" = set"; then fuzz-0.6/configure-1437- echo $ac_n "(cached) $ac_c" 1>&6 ############################################## fuzz-0.6/configure-1510-echo "configure:1511: checking for size_t" >&5 fuzz-0.6/configure:1511:if eval "test \"`echo '$''{'ac_cv_type_size_t'+set}'`\" = set"; then fuzz-0.6/configure-1512- echo $ac_n "(cached) $ac_c" 1>&6 ############################################## fuzz-0.6/configure-1543-echo "configure:1544: checking whether struct tm is in sys/time.h or time.h" >&5 fuzz-0.6/configure:1544:if eval "test \"`echo '$''{'ac_cv_struct_tm'+set}'`\" = set"; then fuzz-0.6/configure-1545- echo $ac_n "(cached) $ac_c" 1>&6 ############################################## fuzz-0.6/configure-1578-echo "configure:1579: checking return type of signal handlers" >&5 fuzz-0.6/configure:1579:if eval "test \"`echo '$''{'ac_cv_type_signal'+set}'`\" = set"; then fuzz-0.6/configure-1580- echo $ac_n "(cached) $ac_c" 1>&6 ############################################## fuzz-0.6/configure-1621-echo "configure:1622: checking for $ac_func" >&5 fuzz-0.6/configure:1622:if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then fuzz-0.6/configure-1623- echo $ac_n "(cached) $ac_c" 1>&6 ############################################## fuzz-0.6/configure-1660- fuzz-0.6/configure:1661:if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then fuzz-0.6/configure-1662- echo "$ac_t""yes" 1>&6 fuzz-0.6/configure:1663: ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'` fuzz-0.6/configure-1664- cat >> confdefs.h <<EOF ############################################## fuzz-0.6/configure-1674-echo "configure:1675: checking for getopt_long" >&5 fuzz-0.6/configure:1675:if eval "test \"`echo '$''{'ac_cv_func_getopt_long'+set}'`\" = set"; then fuzz-0.6/configure-1676- echo $ac_n "(cached) $ac_c" 1>&6 ############################################## fuzz-0.6/configure-1713- fuzz-0.6/configure:1714:if eval "test \"`echo '$ac_cv_func_'getopt_long`\" = yes"; then fuzz-0.6/configure-1715- echo "$ac_t""yes" 1>&6 ############################################## fuzz-0.6/configure-1721-ac_lib_var=`echo iberty'_'getopt_long | sed 'y%./+-%__p_%'` fuzz-0.6/configure:1722:if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then fuzz-0.6/configure-1723- echo $ac_n "(cached) $ac_c" 1>&6 ############################################## fuzz-0.6/configure-1751-fi fuzz-0.6/configure:1752:if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then fuzz-0.6/configure-1753- echo "$ac_t""yes" 1>&6 ############################################## fuzz-0.6/configure-1957- fi fuzz-0.6/configure:1958: ac_file=`expr $ac_file + 1` fuzz-0.6/configure-1959- ac_beg=$ac_end fuzz-0.6/configure:1960: ac_end=`expr $ac_end + $ac_max_sed_cmds` fuzz-0.6/configure-1961- fi ############################################## fuzz-0.6/configure-1975- case "$ac_file" in fuzz-0.6/configure:1976: *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'` fuzz-0.6/configure:1977: ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;; fuzz-0.6/configure-1978- *) ac_file_in="${ac_file}.in" ;; ############################################## fuzz-0.6/configure-1983- # Remove last slash and all that follows it. Not all systems have dirname. fuzz-0.6/configure:1984: ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'` fuzz-0.6/configure-1985- if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then ############################################## fuzz-0.6/configure-1987- test ! -d "$ac_dir" && mkdir "$ac_dir" fuzz-0.6/configure:1988: ac_dir_suffix="/`echo $ac_dir|sed 's%^\./%%'`" fuzz-0.6/configure-1989- # A "../" for each directory in $ac_dir_suffix. fuzz-0.6/configure:1990: ac_dots=`echo $ac_dir_suffix|sed 's%/[^/]*%../%g'` fuzz-0.6/configure-1991- else ############################################## fuzz-0.6/configure-1997- if test -z "$ac_dots"; then top_srcdir=. fuzz-0.6/configure:1998: else top_srcdir=`echo $ac_dots|sed 's%/$%%'`; fi ;; fuzz-0.6/configure-1999- /*) srcdir="$ac_given_srcdir$ac_dir_suffix"; top_srcdir="$ac_given_srcdir" ;; ############################################## fuzz-0.6/configure-2011- rm -f "$ac_file" fuzz-0.6/configure:2012: configure_input="Generated automatically from `echo $ac_file_in|sed 's%.*/%%'` by configure." fuzz-0.6/configure-2013- case "$ac_file" in ############################################## fuzz-0.6/configure-2018- fuzz-0.6/configure:2019: ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"` fuzz-0.6/configure-2020- sed -e "$ac_comsub ############################################## fuzz-0.6/install-sh-85- fuzz-0.6/install-sh:86: -t=*) transformarg=`echo $1 | sed 's/-t=//'` fuzz-0.6/install-sh-87- shift ############################################## fuzz-0.6/install-sh-89- fuzz-0.6/install-sh:90: -b=*) transformbasename=`echo $1 | sed 's/-b=//'` fuzz-0.6/install-sh-91- shift ############################################## fuzz-0.6/install-sh-151- then fuzz-0.6/install-sh:152: dst="$dst"/`basename $src` fuzz-0.6/install-sh-153- else ############################################## fuzz-0.6/install-sh-158-## this sed command emulates the dirname command fuzz-0.6/install-sh:159:dstdir=`echo $dst | sed -e 's,[^/]*$,,;s,/$,,;s,^$,.,'` fuzz-0.6/install-sh-160- ############################################## fuzz-0.6/install-sh-172-IFS='%' fuzz-0.6/install-sh:173:set - `echo ${dstdir} | sed -e 's@/@%@g' -e 's@^%@/@'` fuzz-0.6/install-sh-174-IFS="${oIFS}" ############################################## fuzz-0.6/install-sh-206- then fuzz-0.6/install-sh:207: dstfile=`basename $dst` fuzz-0.6/install-sh-208- else ############################################## fuzz-0.6/install-sh-216- then fuzz-0.6/install-sh:217: dstfile=`basename $dst` fuzz-0.6/install-sh-218- else ############################################## fuzz-0.6/missing-119- *.y) fuzz-0.6/missing:120: SRCFILE=`echo "$LASTARG" | sed 's/y$/c/'` fuzz-0.6/missing-121- if [ -f "$SRCFILE" ]; then ############################################## fuzz-0.6/missing-123- fi fuzz-0.6/missing:124: SRCFILE=`echo "$LASTARG" | sed 's/y$/h/'` fuzz-0.6/missing-125- if [ -f "$SRCFILE" ]; then ############################################## fuzz-0.6/missing-149- *.l) fuzz-0.6/missing:150: SRCFILE=`echo "$LASTARG" | sed 's/l$/c/'` fuzz-0.6/missing-151- if [ -f "$SRCFILE" ]; then ############################################## fuzz-0.6/missing-169- the \`GNU make' package. Grab either from any GNU archive site." fuzz-0.6/missing:170: file=`echo "$*" | sed -n 's/.*-o \([^ ]*\).*/\1/p'` fuzz-0.6/missing-171- if test -z "$file"; then fuzz-0.6/missing:172: file=`echo "$*" | sed 's/.* \([^ ]*\) *$/\1/'` fuzz-0.6/missing:173: file=`sed -n '/^@setfilename/ { s/.* \([^ ]*\) *$/\1/; p; q; }' $file` fuzz-0.6/missing-174- fi ############################################## fuzz-0.6/mkinstalldirs-12-do fuzz-0.6/mkinstalldirs:13: set fnord `echo ":$file" | sed -ne 's/^:\//#/;s/^://;s/\// /g;s/^#/\//;p'` fuzz-0.6/mkinstalldirs-14- shift