===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
bash-5.1~rc3/CHANGES-3625-
bash-5.1~rc3/CHANGES:3626:a.  `exec -a foo' now sets $0 to `foo' in an executable shell script without a
bash-5.1~rc3/CHANGES-3627-    leading #!.
##############################################
bash-5.1~rc3/CHANGES-5876-
bash-5.1~rc3/CHANGES:5877:d.  The `\W' prompt expansion now abbreviates $HOME as `~', like `\w'.
bash-5.1~rc3/CHANGES-5878-
##############################################
bash-5.1~rc3/CHANGES-6067-
bash-5.1~rc3/CHANGES:6068:zz. Bash now disables line editing when $EMACS == `t' and $TERM == `dumb'
bash-5.1~rc3/CHANGES-6069-    (which is what emacs shell windows do).
##############################################
bash-5.1~rc3/CHANGES-7349-g.  When started in POSIX mode, either by `bash --posix', `bash -o posix', or
bash-5.1~rc3/CHANGES:7350:    `sh', $SHELLOPTS includes `posix' and POSIXLY_CORRECT is set.
bash-5.1~rc3/CHANGES-7351-
##############################################
bash-5.1~rc3/CHANGES-8046-s.  Changed the tilde expansion code for Cygwin systems to avoid creating
bash-5.1~rc3/CHANGES:8047:    pathnames beginning with `//' if $HOME == `/'.
bash-5.1~rc3/CHANGES-8048-
##############################################
bash-5.1~rc3/CHANGES-8676-
bash-5.1~rc3/CHANGES:8677:q.  The prompt expansion code now quotes the `$' in the `\$' expansion so it
bash-5.1~rc3/CHANGES-8678-    is not processed by subsequent parameter expansion.
##############################################
bash-5.1~rc3/Makefile.in-111-Version = @BASHVERS@
bash-5.1~rc3/Makefile.in:112:PatchLevel = `$(BUILD_DIR)/$(VERSPROG) -p`
bash-5.1~rc3/Makefile.in-113-RELSTATUS = @RELSTATUS@
##############################################
bash-5.1~rc3/Makefile.in-590-	@echo "	  *                                                         *"
bash-5.1~rc3/Makefile.in:591:	@echo "	  * `$(BUILD_DIR)/$(VERSPROG) -l`"
bash-5.1~rc3/Makefile.in-592-	@echo "	  *                                                         *"
##############################################
bash-5.1~rc3/Makefile.in-936-maybe-clean:
bash-5.1~rc3/Makefile.in:937:	-if test X"`cd $(topdir) && pwd -P`" != X"`cd $(BUILD_DIR) && pwd -P`" ; then \
bash-5.1~rc3/Makefile.in-938-		$(RM) parser-built y.tab.c y.tab.h ; \
##############################################
bash-5.1~rc3/po/Rules-quot-10-.insert-header.po-update-en:
bash-5.1~rc3/po/Rules-quot:11:	@lang=`echo $@ | sed -e 's/\.po-update-en$$//'`; \
bash-5.1~rc3/po/Rules-quot:12:	if test "$(PACKAGE)" = "gettext"; then PATH=`pwd`/../src:$$PATH; GETTEXTLIBDIR=`cd $(top_srcdir)/src && pwd`; export GETTEXTLIBDIR; fi; \
bash-5.1~rc3/po/Rules-quot-13-	tmpdir=`pwd`; \
bash-5.1~rc3/po/Rules-quot-14-	echo "$$lang:"; \
bash-5.1~rc3/po/Rules-quot:15:	ll=`echo $$lang | sed -e 's/@.*//'`; \
bash-5.1~rc3/po/Rules-quot-16-	LC_ALL=C; export LC_ALL; \
bash-5.1~rc3/po/Rules-quot-17-	cd $(srcdir); \
bash-5.1~rc3/po/Rules-quot:18:	if $(MSGINIT) -i $(DOMAIN).pot --no-translator -l $$ll -o - 2>/dev/null | sed -f $$tmpdir/$$lang.insert-header | $(MSGCONV) -t UTF-8 | $(MSGFILTER) sed -f `echo $$lang | sed -e 's/.*@//'`.sed 2>/dev/null > $$tmpdir/$$lang.new.po; then \
bash-5.1~rc3/po/Rules-quot-19-	  if cmp $$lang.po $$tmpdir/$$lang.new.po >/dev/null 2>&1; then \
##############################################
bash-5.1~rc3/po/Makefile.in.in-70-.po.gmo:
bash-5.1~rc3/po/Makefile.in.in:71:	@lang=`echo $* | sed -e 's,.*/,,'`; \
bash-5.1~rc3/po/Makefile.in.in-72-	test "$(srcdir)" = . && cdcmd="" || cdcmd="cd $(srcdir) && "; \
##############################################
bash-5.1~rc3/po/Makefile.in.in-135-$(POFILES): $(srcdir)/$(DOMAIN).pot
bash-5.1~rc3/po/Makefile.in.in:136:	@lang=`echo $@ | sed -e 's,.*/,,' -e 's/\.po$$//'`; \
bash-5.1~rc3/po/Makefile.in.in-137-	test "$(srcdir)" = . && cdcmd="" || cdcmd="cd $(srcdir) && "; \
##############################################
bash-5.1~rc3/po/Makefile.in.in-161-	for cat in $$catalogs; do \
bash-5.1~rc3/po/Makefile.in.in:162:	  cat=`basename $$cat`; \
bash-5.1~rc3/po/Makefile.in.in:163:	  lang=`echo $$cat | sed -e 's/\.gmo$$//'`; \
bash-5.1~rc3/po/Makefile.in.in-164-	  dir=$(localedir)/$$lang/LC_MESSAGES; \
##############################################
bash-5.1~rc3/po/Makefile.in.in-171-	      if (cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc 2>/dev/null) | grep ' -> ' >/dev/null; then \
bash-5.1~rc3/po/Makefile.in.in:172:	        link=`cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc | sed -e 's/^.* -> //'`; \
bash-5.1~rc3/po/Makefile.in.in-173-	        mv $(DESTDIR)$(localedir)/$$lang/$$lc $(DESTDIR)$(localedir)/$$lang/$$lc.old; \
##############################################
bash-5.1~rc3/po/Makefile.in.in-213-	for cat in $$catalogs; do \
bash-5.1~rc3/po/Makefile.in.in:214:	  cat=`basename $$cat`; \
bash-5.1~rc3/po/Makefile.in.in:215:	  lang=`echo $$cat | sed -e 's/\.gmo$$//'`; \
bash-5.1~rc3/po/Makefile.in.in-216-	  dir=$(localedir)/$$lang/LC_MESSAGES; \
##############################################
bash-5.1~rc3/po/Makefile.in.in-220-	      if (cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc 2>/dev/null) | grep ' -> ' >/dev/null; then \
bash-5.1~rc3/po/Makefile.in.in:221:	        link=`cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc | sed -e 's/^.* -> //'`; \
bash-5.1~rc3/po/Makefile.in.in-222-	        mv $(DESTDIR)$(localedir)/$$lang/$$lc $(DESTDIR)$(localedir)/$$lang/$$lc.old; \
##############################################
bash-5.1~rc3/po/Makefile.in.in-259-	for cat in $$catalogs; do \
bash-5.1~rc3/po/Makefile.in.in:260:	  cat=`basename $$cat`; \
bash-5.1~rc3/po/Makefile.in.in:261:	  lang=`echo $$cat | sed -e 's/\.gmo$$//'`; \
bash-5.1~rc3/po/Makefile.in.in-262-	  for lc in LC_MESSAGES $(EXTRA_LOCALE_CATEGORIES); do \
##############################################
bash-5.1~rc3/po/Makefile.in.in-321-.nop.po-update:
bash-5.1~rc3/po/Makefile.in.in:322:	@lang=`echo $@ | sed -e 's/\.po-update$$//'`; \
bash-5.1~rc3/po/Makefile.in.in-323-	if test "$(PACKAGE)" = "gettext-tools"; then PATH=`pwd`/../src:$$PATH; fi; \
##############################################
bash-5.1~rc3/m4/lib-link.m4-245-        dnl or AC_LIB_HAVE_LINKFLAGS call.
bash-5.1~rc3/m4/lib-link.m4:246:        uppername=`echo "$name" | sed -e 'y|abcdefghijklmnopqrstuvwxyz./+-|ABCDEFGHIJKLMNOPQRSTUVWXYZ____|'`
bash-5.1~rc3/m4/lib-link.m4-247-        eval value=\"\$HAVE_LIB$uppername\"
##############################################
bash-5.1~rc3/m4/lib-link.m4-320-                -L*)
bash-5.1~rc3/m4/lib-link.m4:321:                  dir=`echo "X$x" | sed -e 's/^X-L//'`
bash-5.1~rc3/m4/lib-link.m4-322-                  dnl First look for a shared library.
##############################################
bash-5.1~rc3/m4/lib-link.m4-464-              */$acl_libdirstem | */$acl_libdirstem/)
bash-5.1~rc3/m4/lib-link.m4:465:                basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e "s,/$acl_libdirstem/"'*$,,'`
bash-5.1~rc3/m4/lib-link.m4-466-                if test "$name" = '$1'; then
##############################################
bash-5.1~rc3/m4/lib-link.m4-471-              */$acl_libdirstem2 | */$acl_libdirstem2/)
bash-5.1~rc3/m4/lib-link.m4:472:                basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e "s,/$acl_libdirstem2/"'*$,,'`
bash-5.1~rc3/m4/lib-link.m4-473-                if test "$name" = '$1'; then
##############################################
bash-5.1~rc3/m4/lib-link.m4-527-                  -L*)
bash-5.1~rc3/m4/lib-link.m4:528:                    additional_libdir=`echo "X$dep" | sed -e 's/^X-L//'`
bash-5.1~rc3/m4/lib-link.m4-529-                    dnl Potentially add $additional_libdir to $LIBNAME and $LTLIBNAME.
##############################################
bash-5.1~rc3/m4/lib-link.m4-579-                  -R*)
bash-5.1~rc3/m4/lib-link.m4:580:                    dir=`echo "X$dep" | sed -e 's/^X-R//'`
bash-5.1~rc3/m4/lib-link.m4-581-                    if test "$enable_rpath" != no; then
##############################################
bash-5.1~rc3/m4/lib-link.m4-609-                    dnl Handle this in the next round.
bash-5.1~rc3/m4/lib-link.m4:610:                    names_next_round="$names_next_round "`echo "X$dep" | sed -e 's/^X-l//'`
bash-5.1~rc3/m4/lib-link.m4-611-                    ;;
##############################################
bash-5.1~rc3/m4/lib-link.m4-615-                    dnl option.
bash-5.1~rc3/m4/lib-link.m4:616:                    names_next_round="$names_next_round "`echo "X$dep" | sed -e 's,^X.*/,,' -e 's,^lib,,' -e 's,\.la$,,'`
bash-5.1~rc3/m4/lib-link.m4-617-                    ;;
##############################################
bash-5.1~rc3/m4/lib-link.m4-727-            -L) next=yes ;;
bash-5.1~rc3/m4/lib-link.m4:728:            -L*) dir=`echo "X$opt" | sed -e 's,^X-L,,'`
bash-5.1~rc3/m4/lib-link.m4-729-                 dnl No need to hardcode the standard /usr/lib.
##############################################
bash-5.1~rc3/m4/lib-ld.m4-14-[# I'd rather use --version here, but apparently some GNU lds only accept -v.
bash-5.1~rc3/m4/lib-ld.m4:15:case `$LD -v 2>&1 </dev/null` in
bash-5.1~rc3/m4/lib-ld.m4-16-*GNU* | *'with BFD'*)
##############################################
bash-5.1~rc3/m4/lib-ld.m4-71-          # gcc leaves a trailing carriage return which upsets mingw
bash-5.1~rc3/m4/lib-ld.m4:72:          acl_output=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
bash-5.1~rc3/m4/lib-ld.m4-73-        *)
bash-5.1~rc3/m4/lib-ld.m4:74:          acl_output=`($CC -print-prog-name=ld) 2>&5` ;;
bash-5.1~rc3/m4/lib-ld.m4-75-      esac
##############################################
bash-5.1~rc3/m4/lib-ld.m4-80-          # Canonicalize the pathname of ld
bash-5.1~rc3/m4/lib-ld.m4:81:          acl_output=`echo "$acl_output" | sed 's%\\\\%/%g'`
bash-5.1~rc3/m4/lib-ld.m4-82-          while echo "$acl_output" | grep "$re_direlt" > /dev/null 2>&1; do
bash-5.1~rc3/m4/lib-ld.m4:83:            acl_output=`echo $acl_output | sed "s%$re_direlt%/%"`
bash-5.1~rc3/m4/lib-ld.m4-84-          done
##############################################
bash-5.1~rc3/m4/lib-ld.m4-108-          # Break only if it was the GNU/non-GNU ld that we prefer.
bash-5.1~rc3/m4/lib-ld.m4:109:          case `"$acl_cv_path_LD" -v 2>&1 </dev/null` in
bash-5.1~rc3/m4/lib-ld.m4-110-            *GNU* | *'with BFD'*)
##############################################
bash-5.1~rc3/m4/intl.m4-272-changequote(<<,>>)dnl
bash-5.1~rc3/m4/intl.m4:273:    ac_prog_version=`$INTLBISON --version 2>&1 | sed -n 's/^.*GNU Bison.* \([0-9]*\.[0-9.]*\).*$/\1/p'`
bash-5.1~rc3/m4/intl.m4-274-    case $ac_prog_version in
##############################################
bash-5.1~rc3/m4/gettext.m4-281-        LTLIBINTL="ifelse([$3],[],\${top_builddir}/intl,[$3])/libintl.[]gt_libtool_suffix_prefix[]a $LTLIBICONV $LTLIBTHREAD"
bash-5.1~rc3/m4/gettext.m4:282:        LIBS=`echo " $LIBS " | sed -e 's/ -lintl / /' -e 's/^ //' -e 's/ $//'`
bash-5.1~rc3/m4/gettext.m4-283-      fi
##############################################
bash-5.1~rc3/m4/po.m4-48-changequote(,)dnl
bash-5.1~rc3/m4/po.m4:49:  case `$MSGFMT --version | sed 1q | sed -e 's,^[^0-9]*,,'` in
bash-5.1~rc3/m4/po.m4-50-    '' | 0.[0-9] | 0.[0-9].* | 0.1[0-4] | 0.1[0-4].*) MSGFMT_015=: ;;
##############################################
bash-5.1~rc3/m4/po.m4-55-changequote(,)dnl
bash-5.1~rc3/m4/po.m4:56:  case `$GMSGFMT --version | sed 1q | sed -e 's,^[^0-9]*,,'` in
bash-5.1~rc3/m4/po.m4-57-    '' | 0.[0-9] | 0.[0-9].* | 0.1[0-4] | 0.1[0-4].*) GMSGFMT_015=: ;;
##############################################
bash-5.1~rc3/m4/po.m4-74-changequote(,)dnl
bash-5.1~rc3/m4/po.m4:75:  case `$XGETTEXT --version | sed 1q | sed -e 's,^[^0-9]*,,'` in
bash-5.1~rc3/m4/po.m4-76-    '' | 0.[0-9] | 0.[0-9].* | 0.1[0-4] | 0.1[0-4].*) XGETTEXT_015=: ;;
##############################################
bash-5.1~rc3/m4/po.m4-93-      case "$ac_file" in
bash-5.1~rc3/m4/po.m4:94:        *:*) ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
bash-5.1~rc3/m4/po.m4-95-      esac
##############################################
bash-5.1~rc3/m4/po.m4-98-        # Adjust a relative srcdir.
bash-5.1~rc3/m4/po.m4:99:        ac_dir=`echo "$ac_file"|sed 's%/[^/][^/]*$%%'`
bash-5.1~rc3/m4/po.m4:100:        ac_dir_suffix=/`echo "$ac_dir"|sed 's%^\./%%'`
bash-5.1~rc3/m4/po.m4:101:        ac_dots=`echo "$ac_dir_suffix"|sed 's%/[^/]*%../%g'`
bash-5.1~rc3/m4/po.m4-102-        # In autoconf-2.13 it is called $ac_given_srcdir.
##############################################
bash-5.1~rc3/m4/po.m4-105-        case "$ac_given_srcdir" in
bash-5.1~rc3/m4/po.m4:106:          .)  top_srcdir=`echo $ac_dots|sed 's%/$%%'` ;;
bash-5.1~rc3/m4/po.m4-107-          /*) top_srcdir="$ac_given_srcdir" ;;
##############################################
bash-5.1~rc3/m4/po.m4-126-            fi
bash-5.1~rc3/m4/po.m4:127:            ALL_LINGUAS=`sed -e "/^#/d" -e "s/#.*//" "$ac_given_srcdir/$ac_dir/LINGUAS"`
bash-5.1~rc3/m4/po.m4-128-            POMAKEFILEDEPS="$POMAKEFILEDEPS LINGUAS"
##############################################
bash-5.1~rc3/m4/po.m4-219-  # Adjust a relative srcdir.
bash-5.1~rc3/m4/po.m4:220:  ac_dir=`echo "$ac_file"|sed 's%/[^/][^/]*$%%'`
bash-5.1~rc3/m4/po.m4:221:  ac_dir_suffix=/`echo "$ac_dir"|sed 's%^\./%%'`
bash-5.1~rc3/m4/po.m4:222:  ac_dots=`echo "$ac_dir_suffix"|sed 's%/[^/]*%../%g'`
bash-5.1~rc3/m4/po.m4-223-  # In autoconf-2.13 it is called $ac_given_srcdir.
##############################################
bash-5.1~rc3/m4/po.m4-226-  case "$ac_given_srcdir" in
bash-5.1~rc3/m4/po.m4:227:    .)  top_srcdir=`echo $ac_dots|sed 's%/$%%'` ;;
bash-5.1~rc3/m4/po.m4-228-    /*) top_srcdir="$ac_given_srcdir" ;;
##############################################
bash-5.1~rc3/m4/po.m4-288-  # Set POTFILES to the value of the Makefile variable POTFILES.
bash-5.1~rc3/m4/po.m4:289:  sed_x_POTFILES=`$gt_echo "$sed_x_variable" | sed -e '/^ *#/d' -e 's/VARIABLE/POTFILES/g'`
bash-5.1~rc3/m4/po.m4:290:  POTFILES=`sed -n -e "$sed_x_POTFILES" < "$ac_file"`
bash-5.1~rc3/m4/po.m4-291-  # Compute POTFILES_DEPS as
##############################################
bash-5.1~rc3/m4/po.m4-303-    # The LINGUAS file contains the set of available languages.
bash-5.1~rc3/m4/po.m4:304:    ALL_LINGUAS=`sed -e "/^#/d" -e "s/#.*//" "$ac_given_srcdir/$ac_dir/LINGUAS"`
bash-5.1~rc3/m4/po.m4-305-    POMAKEFILEDEPS="$POMAKEFILEDEPS LINGUAS"
##############################################
bash-5.1~rc3/m4/po.m4-307-    # Set ALL_LINGUAS to the value of the Makefile variable LINGUAS.
bash-5.1~rc3/m4/po.m4:308:    sed_x_LINGUAS=`$gt_echo "$sed_x_variable" | sed -e '/^ *#/d' -e 's/VARIABLE/LINGUAS/g'`
bash-5.1~rc3/m4/po.m4:309:    ALL_LINGUAS=`sed -n -e "$sed_x_LINGUAS" < "$ac_file"`
bash-5.1~rc3/m4/po.m4-310-  fi
##############################################
bash-5.1~rc3/m4/po.m4-349-    QMFILES="$QMFILES $srcdirpre$lang.qm"
bash-5.1~rc3/m4/po.m4:350:    frobbedlang=`echo $lang | sed -e 's/\..*$//' -e 'y/ABCDEFGHIJKLMNOPQRSTUVWXYZ/abcdefghijklmnopqrstuvwxyz/'`
bash-5.1~rc3/m4/po.m4-351-    MSGFILES="$MSGFILES $srcdirpre$frobbedlang.msg"
bash-5.1~rc3/m4/po.m4:352:    frobbedlang=`echo $lang | sed -e 's/_/-/g' -e 's/^sr-CS/sr-SP/' -e 's/@latin$/-Latn/' -e 's/@cyrillic$/-Cyrl/' -e 's/^sr-SP$/sr-SP-Latn/' -e 's/^uz-UZ$/uz-UZ-Latn/'`
bash-5.1~rc3/m4/po.m4-353-    RESOURCESDLLFILES="$RESOURCESDLLFILES $srcdirpre$frobbedlang/\$(DOMAIN).resources.dll"
##############################################
bash-5.1~rc3/m4/po.m4-390-      QTCATALOGS="$QTCATALOGS $lang.qm"
bash-5.1~rc3/m4/po.m4:391:      frobbedlang=`echo $lang | sed -e 's/\..*$//' -e 'y/ABCDEFGHIJKLMNOPQRSTUVWXYZ/abcdefghijklmnopqrstuvwxyz/'`
bash-5.1~rc3/m4/po.m4-392-      TCLCATALOGS="$TCLCATALOGS $frobbedlang.msg"
bash-5.1~rc3/m4/po.m4:393:      frobbedlang=`echo $lang | sed -e 's/_/-/g' -e 's/^sr-CS/sr-SP/' -e 's/@latin$/-Latn/' -e 's/@cyrillic$/-Cyrl/' -e 's/^sr-SP$/sr-SP-Latn/' -e 's/^uz-UZ$/uz-UZ-Latn/'`
bash-5.1~rc3/m4/po.m4-394-      CSHARPCATALOGS="$CSHARPCATALOGS $frobbedlang/\$(DOMAIN).resources.dll"
##############################################
bash-5.1~rc3/m4/po.m4-402-    for lang in $ALL_LINGUAS; do
bash-5.1~rc3/m4/po.m4:403:      frobbedlang=`echo $lang | sed -e 's/\..*$//' -e 'y/ABCDEFGHIJKLMNOPQRSTUVWXYZ/abcdefghijklmnopqrstuvwxyz/'`
bash-5.1~rc3/m4/po.m4-404-      cat >> "$ac_file.tmp" <<EOF
##############################################
bash-5.1~rc3/m4/po.m4-413-    for lang in $ALL_LINGUAS; do
bash-5.1~rc3/m4/po.m4:414:      frobbedlang=`echo $lang | sed -e 's/_/-/g' -e 's/^sr-CS/sr-SP/' -e 's/@latin$/-Latn/' -e 's/@cyrillic$/-Cyrl/' -e 's/^sr-SP$/sr-SP-Latn/' -e 's/^uz-UZ$/uz-UZ-Latn/'`
bash-5.1~rc3/m4/po.m4-415-      cat >> "$ac_file.tmp" <<EOF
##############################################
bash-5.1~rc3/m4/iconv.m4-270-      am_cv_proto_iconv="extern size_t iconv (iconv_t cd, $am_cv_proto_iconv_arg1 char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);"])
bash-5.1~rc3/m4/iconv.m4:271:    am_cv_proto_iconv=`echo "[$]am_cv_proto_iconv" | tr -s ' ' | sed -e 's/( /(/'`
bash-5.1~rc3/m4/iconv.m4-272-    AC_MSG_RESULT([
##############################################
bash-5.1~rc3/m4/host-cpu-c-abi.m4-330-  dnl In most cases, $HOST_CPU and $HOST_CPU_C_ABI are the same.
bash-5.1~rc3/m4/host-cpu-c-abi.m4:331:  HOST_CPU=`echo "$gl_cv_host_cpu_c_abi" | sed -e 's/-.*//'`
bash-5.1~rc3/m4/host-cpu-c-abi.m4-332-  HOST_CPU_C_ABI="$gl_cv_host_cpu_c_abi"
##############################################
bash-5.1~rc3/m4/lib-prefix.m4-230-                     ;;
bash-5.1~rc3/m4/lib-prefix.m4:231:                   *) searchdir=`cd "$searchdir" && pwd`
bash-5.1~rc3/m4/lib-prefix.m4-232-                      case "$searchdir" in
##############################################
bash-5.1~rc3/m4/lib-prefix.m4-246-  # Decompose acl_cv_libdirstems into acl_libdirstem and acl_libdirstem2.
bash-5.1~rc3/m4/lib-prefix.m4:247:  acl_libdirstem=`echo "$acl_cv_libdirstems" | sed -e 's/,.*//'`
bash-5.1~rc3/m4/lib-prefix.m4:248:  acl_libdirstem2=`echo "$acl_cv_libdirstems" | sed -e '/,/s/.*,//'`
bash-5.1~rc3/m4/lib-prefix.m4-249-])
##############################################
bash-5.1~rc3/examples/complete/bash_completion-502-	*=)
bash-5.1~rc3/examples/complete/bash_completion:503:		COMPREPLY=( "$( eval echo -n \"$`echo ${cur%=}`\" |
bash-5.1~rc3/examples/complete/bash_completion-504-			( echo -n \'
##############################################
bash-5.1~rc3/examples/complete/bash_completion-4420-	unpackopts="-sp -sn -su"
bash-5.1~rc3/examples/complete/bash_completion:4421:	options=`echo "-x -b $packopts $unpackopts" | xargs echo | sort -u | xargs echo`
bash-5.1~rc3/examples/complete/bash_completion-4422-
##############################################
bash-5.1~rc3/examples/complete/bash_completion-4831-have pine &&
bash-5.1~rc3/examples/complete/bash_completion:4832:_pineaddr()
bash-5.1~rc3/examples/complete/bash_completion-4833-{
##############################################
bash-5.1~rc3/examples/complete/bash_completion-4848-have mutt || have muttng && {
bash-5.1~rc3/examples/complete/bash_completion:4849:_muttaddr()
bash-5.1~rc3/examples/complete/bash_completion-4850-{
##############################################
bash-5.1~rc3/examples/misc/aliasconv.sh-24-		;;
bash-5.1~rc3/examples/misc/aliasconv.sh:25:	*)	echo alias ${1}=\'`echo "${2}" | sed "s:':'\\\\\\\\'':"`\' ;;
bash-5.1~rc3/examples/misc/aliasconv.sh-26-	esac
##############################################
bash-5.1~rc3/examples/loadables/Makefile.in-114-unsupported:
bash-5.1~rc3/examples/loadables/Makefile.in:115:	@echo "Your system (${host_os}) is not supported by the"
bash-5.1~rc3/examples/loadables/Makefile.in-116-	@echo "${topdir}/support/shobj-conf script."
##############################################
bash-5.1~rc3/examples/loadables/perl/Makefile.in-61-# Values used for compiling the perl files
bash-5.1~rc3/examples/loadables/perl/Makefile.in:62:PERL_LDOPTS = `${PERL5} -MExtUtils::Embed -e ldopts`
bash-5.1~rc3/examples/loadables/perl/Makefile.in:63:PERL_CFLAGS = ${CCFLAGS} `${PERL5} -MExtUtils::Embed -e ccopts`
bash-5.1~rc3/examples/loadables/perl/Makefile.in-64-
##############################################
bash-5.1~rc3/configure-46-if test -z "$BASH_VERSION$ZSH_VERSION" \
bash-5.1~rc3/configure:47:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
bash-5.1~rc3/configure-48-  as_echo='print -r --'
bash-5.1~rc3/configure-49-  as_echo_n='print -rn --'
bash-5.1~rc3/configure:50:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
bash-5.1~rc3/configure-51-  as_echo='printf %s\n'
##############################################
bash-5.1~rc3/configure-53-else
bash-5.1~rc3/configure:54:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
bash-5.1~rc3/configure-55-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
bash-5.1~rc3/configure-63-	expr "X$arg" : "X\\(.*\\)$as_nl";
bash-5.1~rc3/configure:64:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
bash-5.1~rc3/configure-65-      esac;
##############################################
bash-5.1~rc3/configure-200-  eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
bash-5.1~rc3/configure:201:  test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
bash-5.1~rc3/configure-202-test \$(( 1 + 1 )) = 2 || exit 1"
##############################################
bash-5.1~rc3/configure-328-      case $as_dir in #(
bash-5.1~rc3/configure:329:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
bash-5.1~rc3/configure-330-      *) as_qdir=$as_dir;;
##############################################
bash-5.1~rc3/configure-401-  {
bash-5.1~rc3/configure:402:    as_val=`expr "$@" || test $? -eq 1`
bash-5.1~rc3/configure-403-  }
##############################################
bash-5.1~rc3/configure-408-# ----------------------------------------
bash-5.1~rc3/configure:409:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
bash-5.1~rc3/configure-410-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
bash-5.1~rc3/configure-471-  eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
bash-5.1~rc3/configure:472:  test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
bash-5.1~rc3/configure-473-  # Blame Lee E. McMahon (1931-1989) for sed's syntax.  :-)
##############################################
bash-5.1~rc3/configure-951-  case $ac_option in
bash-5.1~rc3/configure:952:  *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
bash-5.1~rc3/configure-953-  *=)   ac_optarg= ;;
##############################################
bash-5.1~rc3/configure-995-  -disable-* | --disable-*)
bash-5.1~rc3/configure:996:    ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
bash-5.1~rc3/configure-997-    # Reject names that are not valid shell variable names.
##############################################
bash-5.1~rc3/configure-1000-    ac_useropt_orig=$ac_useropt
bash-5.1~rc3/configure:1001:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
bash-5.1~rc3/configure-1002-    case $ac_user_opts in
##############################################
bash-5.1~rc3/configure-1021-  -enable-* | --enable-*)
bash-5.1~rc3/configure:1022:    ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
bash-5.1~rc3/configure-1023-    # Reject names that are not valid shell variable names.
##############################################
bash-5.1~rc3/configure-1026-    ac_useropt_orig=$ac_useropt
bash-5.1~rc3/configure:1027:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
bash-5.1~rc3/configure-1028-    case $ac_user_opts in
##############################################
bash-5.1~rc3/configure-1225-  -with-* | --with-*)
bash-5.1~rc3/configure:1226:    ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
bash-5.1~rc3/configure-1227-    # Reject names that are not valid shell variable names.
##############################################
bash-5.1~rc3/configure-1230-    ac_useropt_orig=$ac_useropt
bash-5.1~rc3/configure:1231:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
bash-5.1~rc3/configure-1232-    case $ac_user_opts in
##############################################
bash-5.1~rc3/configure-1241-  -without-* | --without-*)
bash-5.1~rc3/configure:1242:    ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
bash-5.1~rc3/configure-1243-    # Reject names that are not valid shell variable names.
##############################################
bash-5.1~rc3/configure-1246-    ac_useropt_orig=$ac_useropt
bash-5.1~rc3/configure:1247:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
bash-5.1~rc3/configure-1248-    case $ac_user_opts in
##############################################
bash-5.1~rc3/configure-1279-  *=*)
bash-5.1~rc3/configure:1280:    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
bash-5.1~rc3/configure-1281-    # Reject names that are not valid shell variable names.
##############################################
bash-5.1~rc3/configure-1300-if test -n "$ac_prev"; then
bash-5.1~rc3/configure:1301:  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
bash-5.1~rc3/configure-1302-  as_fn_error $? "missing argument to $ac_option"
##############################################
bash-5.1~rc3/configure-1322-    */ )
bash-5.1~rc3/configure:1323:      ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
bash-5.1~rc3/configure-1324-      eval $ac_var=\$ac_val;;
##############################################
bash-5.1~rc3/configure-1357-ac_ls_di=`ls -di .` &&
bash-5.1~rc3/configure:1358:ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
bash-5.1~rc3/configure-1359-  as_fn_error $? "working directory cannot be determined"
##############################################
bash-5.1~rc3/configure-1413-case $srcdir in
bash-5.1~rc3/configure:1414:*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
bash-5.1~rc3/configure-1415-esac
##############################################
bash-5.1~rc3/configure-1456-By default, \`make install' will install all the files in
bash-5.1~rc3/configure:1457:\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
bash-5.1~rc3/configure:1458:an installation prefix other than \`$ac_default_prefix' using \`--prefix',
bash-5.1~rc3/configure-1459-for instance \`--prefix=\$HOME'.
##############################################
bash-5.1~rc3/configure-1648-*)
bash-5.1~rc3/configure:1649:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
bash-5.1~rc3/configure-1650-  # A ".." for each directory in $ac_dir_suffix.
bash-5.1~rc3/configure:1651:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
bash-5.1~rc3/configure-1652-  case $ac_top_builddir_sub in
##############################################
bash-5.1~rc3/configure-2122-  as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
bash-5.1~rc3/configure:2123:  as_decl_name=`echo $2|sed 's/ *(.*//'`
bash-5.1~rc3/configure:2124:  as_decl_use=`echo $2|sed -e 's/(/((/' -e 's/)/) 0&/' -e 's/,/) 0& (/g'`
bash-5.1~rc3/configure-2125-  { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $as_decl_name is declared" >&5
##############################################
bash-5.1~rc3/configure-2476-    *\'*)
bash-5.1~rc3/configure:2477:      ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
bash-5.1~rc3/configure-2478-    esac
##############################################
bash-5.1~rc3/configure-2559-      case $ac_val in
bash-5.1~rc3/configure:2560:      *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
bash-5.1~rc3/configure-2561-      esac
##############################################
bash-5.1~rc3/configure-2574-	case $ac_val in
bash-5.1~rc3/configure:2575:	*\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
bash-5.1~rc3/configure-2576-	esac
##############################################
bash-5.1~rc3/configure-2707-    set,)
bash-5.1~rc3/configure:2708:      { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
bash-5.1~rc3/configure:2709:$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
bash-5.1~rc3/configure-2710-      ac_cache_corrupted=: ;;
##############################################
bash-5.1~rc3/configure-2718-	# differences in whitespace do not lead to failure.
bash-5.1~rc3/configure:2719:	ac_old_val_w=`echo x $ac_old_val`
bash-5.1~rc3/configure:2720:	ac_new_val_w=`echo x $ac_new_val`
bash-5.1~rc3/configure-2721-	if test "$ac_old_val_w" != "$ac_new_val_w"; then
##############################################
bash-5.1~rc3/configure-2738-    case $ac_new_val in
bash-5.1~rc3/configure:2739:    *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
bash-5.1~rc3/configure-2740-    *) ac_arg=$ac_var=$ac_new_val ;;
##############################################
bash-5.1~rc3/configure-2820-test "x$ac_build_alias" = x &&
bash-5.1~rc3/configure:2821:  ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
bash-5.1~rc3/configure-2822-test "x$ac_build_alias" = x &&
bash-5.1~rc3/configure-2823-  as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
bash-5.1~rc3/configure:2824:ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
bash-5.1~rc3/configure-2825-  as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
##############################################
bash-5.1~rc3/configure-2844-IFS=$ac_save_IFS
bash-5.1~rc3/configure:2845:case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
bash-5.1~rc3/configure-2846-
##############################################
bash-5.1~rc3/configure-2855-else
bash-5.1~rc3/configure:2856:  ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
bash-5.1~rc3/configure-2857-    as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
##############################################
bash-5.1~rc3/configure-2877-IFS=$ac_save_IFS
bash-5.1~rc3/configure:2878:case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
bash-5.1~rc3/configure-2879-
##############################################
bash-5.1~rc3/configure-3786-$as_echo_n "checking whether the C compiler works... " >&6; }
bash-5.1~rc3/configure:3787:ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
bash-5.1~rc3/configure-3788-
##############################################
bash-5.1~rc3/configure-3830-	then :; else
bash-5.1~rc3/configure:3831:	   ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
bash-5.1~rc3/configure-3832-	fi
##############################################
bash-5.1~rc3/configure-3890-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
bash-5.1~rc3/configure:3891:    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
bash-5.1~rc3/configure-3892-	  break;;
##############################################
bash-5.1~rc3/configure-3999-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
bash-5.1~rc3/configure:4000:    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
bash-5.1~rc3/configure-4001-       break;;
##############################################
bash-5.1~rc3/configure-4452-  # Check for GNU $ac_path_GREP
bash-5.1~rc3/configure:4453:case `"$ac_path_GREP" --version 2>&1` in
bash-5.1~rc3/configure-4454-*GNU*)
##############################################
bash-5.1~rc3/configure-4518-  # Check for GNU $ac_path_EGREP
bash-5.1~rc3/configure:4519:case `"$ac_path_EGREP" --version 2>&1` in
bash-5.1~rc3/configure-4520-*GNU*)
##############################################
bash-5.1~rc3/configure-4679-do :
bash-5.1~rc3/configure:4680:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
bash-5.1~rc3/configure-4681-ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
##############################################
bash-5.1~rc3/configure-4684-  cat >>confdefs.h <<_ACEOF
bash-5.1~rc3/configure:4685:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
bash-5.1~rc3/configure-4686-_ACEOF
##############################################
bash-5.1~rc3/configure-5441-2*|3*|4*|5*|6*|7*|8*|9*)
bash-5.1~rc3/configure:5442:	RL_MAJOR=`echo $ac_cv_rl_version | sed 's:\..*$::'`
bash-5.1~rc3/configure:5443:	RL_MINOR=`echo $ac_cv_rl_version | sed -e 's:^.*\.::' -e 's:[a-zA-Z]*$::'`
bash-5.1~rc3/configure-5444-	;;
##############################################
bash-5.1~rc3/configure-5926-set x ${MAKE-make}
bash-5.1~rc3/configure:5927:ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
bash-5.1~rc3/configure-5928-if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
##############################################
bash-5.1~rc3/configure-5936-# GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
bash-5.1~rc3/configure:5937:case `${MAKE-make} -f conftest.make 2>/dev/null` in
bash-5.1~rc3/configure-5938-  *@@@%%%=?*=@@@%%%*)
##############################################
bash-5.1~rc3/configure-6910-	   as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext" || continue
bash-5.1~rc3/configure:6911:	   case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
bash-5.1~rc3/configure-6912-	     'mkdir (GNU coreutils) '* | \
##############################################
bash-5.1~rc3/configure-6963-  # Check for GNU $ac_path_SED
bash-5.1~rc3/configure:6964:case `"$ac_path_SED" --version 2>&1` in
bash-5.1~rc3/configure-6965-*GNU*)
##############################################
bash-5.1~rc3/configure-7138-
bash-5.1~rc3/configure:7139:    case `$MSGFMT --version | sed 1q | sed -e 's,^[^0-9]*,,'` in
bash-5.1~rc3/configure-7140-    '' | 0.[0-9] | 0.[0-9].* | 0.1[0-4] | 0.1[0-4].*) MSGFMT_015=: ;;
##############################################
bash-5.1~rc3/configure-7143-
bash-5.1~rc3/configure:7144:  case `$GMSGFMT --version | sed 1q | sed -e 's,^[^0-9]*,,'` in
bash-5.1~rc3/configure-7145-    '' | 0.[0-9] | 0.[0-9].* | 0.1[0-4] | 0.1[0-4].*) GMSGFMT_015=: ;;
##############################################
bash-5.1~rc3/configure-7220-
bash-5.1~rc3/configure:7221:    case `$XGETTEXT --version | sed 1q | sed -e 's,^[^0-9]*,,'` in
bash-5.1~rc3/configure-7222-    '' | 0.[0-9] | 0.[0-9].* | 0.1[0-4] | 0.1[0-4].*) XGETTEXT_015=: ;;
##############################################
bash-5.1~rc3/configure-7590-  for ac_func in _getb67 GETB67 getb67; do
bash-5.1~rc3/configure:7591:    as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
bash-5.1~rc3/configure-7592-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
bash-5.1~rc3/configure-7656-do :
bash-5.1~rc3/configure:7657:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
bash-5.1~rc3/configure-7658-ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
##############################################
bash-5.1~rc3/configure-7661-  cat >>confdefs.h <<_ACEOF
bash-5.1~rc3/configure:7662:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
bash-5.1~rc3/configure-7663-_ACEOF
##############################################
bash-5.1~rc3/configure-8233-          # gcc leaves a trailing carriage return which upsets mingw
bash-5.1~rc3/configure:8234:          acl_output=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
bash-5.1~rc3/configure-8235-        *)
bash-5.1~rc3/configure:8236:          acl_output=`($CC -print-prog-name=ld) 2>&5` ;;
bash-5.1~rc3/configure-8237-      esac
##############################################
bash-5.1~rc3/configure-8242-          # Canonicalize the pathname of ld
bash-5.1~rc3/configure:8243:          acl_output=`echo "$acl_output" | sed 's%\\\\%/%g'`
bash-5.1~rc3/configure-8244-          while echo "$acl_output" | grep "$re_direlt" > /dev/null 2>&1; do
bash-5.1~rc3/configure:8245:            acl_output=`echo $acl_output | sed "s%$re_direlt%/%"`
bash-5.1~rc3/configure-8246-          done
##############################################
bash-5.1~rc3/configure-8270-          # Break only if it was the GNU/non-GNU ld that we prefer.
bash-5.1~rc3/configure:8271:          case `"$acl_cv_path_LD" -v 2>&1 </dev/null` in
bash-5.1~rc3/configure-8272-            *GNU* | *'with BFD'*)
##############################################
bash-5.1~rc3/configure-8347-  # I'd rather use --version here, but apparently some GNU lds only accept -v.
bash-5.1~rc3/configure:8348:case `$LD -v 2>&1 </dev/null` in
bash-5.1~rc3/configure-8349-*GNU* | *'with BFD'*)
##############################################
bash-5.1~rc3/configure-8694-                     ;;
bash-5.1~rc3/configure:8695:                   *) searchdir=`cd "$searchdir" && pwd`
bash-5.1~rc3/configure-8696-                      case "$searchdir" in
##############################################
bash-5.1~rc3/configure-8713-  # Decompose acl_cv_libdirstems into acl_libdirstem and acl_libdirstem2.
bash-5.1~rc3/configure:8714:  acl_libdirstem=`echo "$acl_cv_libdirstems" | sed -e 's/,.*//'`
bash-5.1~rc3/configure:8715:  acl_libdirstem2=`echo "$acl_cv_libdirstems" | sed -e '/,/s/.*,//'`
bash-5.1~rc3/configure-8716-
##############################################
bash-5.1~rc3/configure-9140-        names_already_handled="$names_already_handled $name"
bash-5.1~rc3/configure:9141:                        uppername=`echo "$name" | sed -e 'y|abcdefghijklmnopqrstuvwxyz./+-|ABCDEFGHIJKLMNOPQRSTUVWXYZ____|'`
bash-5.1~rc3/configure-9142-        eval value=\"\$HAVE_LIB$uppername\"
##############################################
bash-5.1~rc3/configure-9216-                -L*)
bash-5.1~rc3/configure:9217:                  dir=`echo "X$x" | sed -e 's/^X-L//'`
bash-5.1~rc3/configure-9218-                                    if test -n "$acl_shlibext"; then
##############################################
bash-5.1~rc3/configure-9333-              */$acl_libdirstem | */$acl_libdirstem/)
bash-5.1~rc3/configure:9334:                basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e "s,/$acl_libdirstem/"'*$,,'`
bash-5.1~rc3/configure-9335-                if test "$name" = 'pth'; then
##############################################
bash-5.1~rc3/configure-9340-              */$acl_libdirstem2 | */$acl_libdirstem2/)
bash-5.1~rc3/configure:9341:                basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e "s,/$acl_libdirstem2/"'*$,,'`
bash-5.1~rc3/configure-9342-                if test "$name" = 'pth'; then
##############################################
bash-5.1~rc3/configure-9391-                  -L*)
bash-5.1~rc3/configure:9392:                    additional_libdir=`echo "X$dep" | sed -e 's/^X-L//'`
bash-5.1~rc3/configure-9393-                                                                                                                                                                if test "X$additional_libdir" != "X/usr/$acl_libdirstem" \
##############################################
bash-5.1~rc3/configure-9450-                  -R*)
bash-5.1~rc3/configure:9451:                    dir=`echo "X$dep" | sed -e 's/^X-R//'`
bash-5.1~rc3/configure-9452-                    if test "$enable_rpath" != no; then
##############################################
bash-5.1~rc3/configure-9475-                  -l*)
bash-5.1~rc3/configure:9476:                                        names_next_round="$names_next_round "`echo "X$dep" | sed -e 's/^X-l//'`
bash-5.1~rc3/configure-9477-                    ;;
bash-5.1~rc3/configure-9478-                  *.la)
bash-5.1~rc3/configure:9479:                                                                                names_next_round="$names_next_round "`echo "X$dep" | sed -e 's,^X.*/,,' -e 's,^lib,,' -e 's,\.la$,,'`
bash-5.1~rc3/configure-9480-                    ;;
##############################################
bash-5.1~rc3/configure-9915-        names_already_handled="$names_already_handled $name"
bash-5.1~rc3/configure:9916:                        uppername=`echo "$name" | sed -e 'y|abcdefghijklmnopqrstuvwxyz./+-|ABCDEFGHIJKLMNOPQRSTUVWXYZ____|'`
bash-5.1~rc3/configure-9917-        eval value=\"\$HAVE_LIB$uppername\"
##############################################
bash-5.1~rc3/configure-9991-                -L*)
bash-5.1~rc3/configure:9992:                  dir=`echo "X$x" | sed -e 's/^X-L//'`
bash-5.1~rc3/configure-9993-                                    if test -n "$acl_shlibext"; then
##############################################
bash-5.1~rc3/configure-10108-              */$acl_libdirstem | */$acl_libdirstem/)
bash-5.1~rc3/configure:10109:                basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e "s,/$acl_libdirstem/"'*$,,'`
bash-5.1~rc3/configure-10110-                if test "$name" = 'iconv'; then
##############################################
bash-5.1~rc3/configure-10115-              */$acl_libdirstem2 | */$acl_libdirstem2/)
bash-5.1~rc3/configure:10116:                basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e "s,/$acl_libdirstem2/"'*$,,'`
bash-5.1~rc3/configure-10117-                if test "$name" = 'iconv'; then
##############################################
bash-5.1~rc3/configure-10166-                  -L*)
bash-5.1~rc3/configure:10167:                    additional_libdir=`echo "X$dep" | sed -e 's/^X-L//'`
bash-5.1~rc3/configure-10168-                                                                                                                                                                if test "X$additional_libdir" != "X/usr/$acl_libdirstem" \
##############################################
bash-5.1~rc3/configure-10225-                  -R*)
bash-5.1~rc3/configure:10226:                    dir=`echo "X$dep" | sed -e 's/^X-R//'`
bash-5.1~rc3/configure-10227-                    if test "$enable_rpath" != no; then
##############################################
bash-5.1~rc3/configure-10250-                  -l*)
bash-5.1~rc3/configure:10251:                                        names_next_round="$names_next_round "`echo "X$dep" | sed -e 's/^X-l//'`
bash-5.1~rc3/configure-10252-                    ;;
bash-5.1~rc3/configure-10253-                  *.la)
bash-5.1~rc3/configure:10254:                                                                                names_next_round="$names_next_round "`echo "X$dep" | sed -e 's,^X.*/,,' -e 's,^lib,,' -e 's,\.la$,,'`
bash-5.1~rc3/configure-10255-                    ;;
##############################################
bash-5.1~rc3/configure-10612-
bash-5.1~rc3/configure:10613:    am_cv_proto_iconv=`echo "$am_cv_proto_iconv" | tr -s ' ' | sed -e 's/( /(/'`
bash-5.1~rc3/configure-10614-    { $as_echo "$as_me:${as_lineno-$LINENO}: result:
##############################################
bash-5.1~rc3/configure-10651-do :
bash-5.1~rc3/configure:10652:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
bash-5.1~rc3/configure-10653-ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
##############################################
bash-5.1~rc3/configure-10655-  cat >>confdefs.h <<_ACEOF
bash-5.1~rc3/configure:10656:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
bash-5.1~rc3/configure-10657-_ACEOF
##############################################
bash-5.1~rc3/configure-10666-do :
bash-5.1~rc3/configure:10667:  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
bash-5.1~rc3/configure-10668-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
bash-5.1~rc3/configure-10670-  cat >>confdefs.h <<_ACEOF
bash-5.1~rc3/configure:10671:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
bash-5.1~rc3/configure-10672-_ACEOF
##############################################
bash-5.1~rc3/configure-10762-$as_echo_n "checking version of bison... " >&6; }
bash-5.1~rc3/configure:10763:    ac_prog_version=`$INTLBISON --version 2>&1 | sed -n 's/^.*GNU Bison.* \([0-9]*\.[0-9.]*\).*$/\1/p'`
bash-5.1~rc3/configure-10764-    case $ac_prog_version in
##############################################
bash-5.1~rc3/configure-11216-do :
bash-5.1~rc3/configure:11217:  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
bash-5.1~rc3/configure-11218-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
bash-5.1~rc3/configure-11220-  cat >>confdefs.h <<_ACEOF
bash-5.1~rc3/configure:11221:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
bash-5.1~rc3/configure-11222-_ACEOF
##############################################
bash-5.1~rc3/configure-11857-do :
bash-5.1~rc3/configure:11858:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
bash-5.1~rc3/configure-11859-ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
##############################################
bash-5.1~rc3/configure-11861-  cat >>confdefs.h <<_ACEOF
bash-5.1~rc3/configure:11862:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
bash-5.1~rc3/configure-11863-_ACEOF
##############################################
bash-5.1~rc3/configure-11871-do :
bash-5.1~rc3/configure:11872:  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
bash-5.1~rc3/configure-11873-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
bash-5.1~rc3/configure-11875-  cat >>confdefs.h <<_ACEOF
bash-5.1~rc3/configure:11876:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
bash-5.1~rc3/configure-11877-_ACEOF
##############################################
bash-5.1~rc3/configure-12442-        names_already_handled="$names_already_handled $name"
bash-5.1~rc3/configure:12443:                        uppername=`echo "$name" | sed -e 'y|abcdefghijklmnopqrstuvwxyz./+-|ABCDEFGHIJKLMNOPQRSTUVWXYZ____|'`
bash-5.1~rc3/configure-12444-        eval value=\"\$HAVE_LIB$uppername\"
##############################################
bash-5.1~rc3/configure-12518-                -L*)
bash-5.1~rc3/configure:12519:                  dir=`echo "X$x" | sed -e 's/^X-L//'`
bash-5.1~rc3/configure-12520-                                    if test -n "$acl_shlibext"; then
##############################################
bash-5.1~rc3/configure-12635-              */$acl_libdirstem | */$acl_libdirstem/)
bash-5.1~rc3/configure:12636:                basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e "s,/$acl_libdirstem/"'*$,,'`
bash-5.1~rc3/configure-12637-                if test "$name" = 'intl'; then
##############################################
bash-5.1~rc3/configure-12642-              */$acl_libdirstem2 | */$acl_libdirstem2/)
bash-5.1~rc3/configure:12643:                basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e "s,/$acl_libdirstem2/"'*$,,'`
bash-5.1~rc3/configure-12644-                if test "$name" = 'intl'; then
##############################################
bash-5.1~rc3/configure-12693-                  -L*)
bash-5.1~rc3/configure:12694:                    additional_libdir=`echo "X$dep" | sed -e 's/^X-L//'`
bash-5.1~rc3/configure-12695-                                                                                                                                                                if test "X$additional_libdir" != "X/usr/$acl_libdirstem" \
##############################################
bash-5.1~rc3/configure-12752-                  -R*)
bash-5.1~rc3/configure:12753:                    dir=`echo "X$dep" | sed -e 's/^X-R//'`
bash-5.1~rc3/configure-12754-                    if test "$enable_rpath" != no; then
##############################################
bash-5.1~rc3/configure-12777-                  -l*)
bash-5.1~rc3/configure:12778:                                        names_next_round="$names_next_round "`echo "X$dep" | sed -e 's/^X-l//'`
bash-5.1~rc3/configure-12779-                    ;;
bash-5.1~rc3/configure-12780-                  *.la)
bash-5.1~rc3/configure:12781:                                                                                names_next_round="$names_next_round "`echo "X$dep" | sed -e 's,^X.*/,,' -e 's,^lib,,' -e 's,\.la$,,'`
bash-5.1~rc3/configure-12782-                    ;;
##############################################
bash-5.1~rc3/configure-12941-        LTLIBINTL="lib/intl/libintl.a $LTLIBICONV $LTLIBTHREAD"
bash-5.1~rc3/configure:12942:        LIBS=`echo " $LIBS " | sed -e 's/ -lintl / /' -e 's/^ //' -e 's/ $//'`
bash-5.1~rc3/configure-12943-      fi
##############################################
bash-5.1~rc3/configure-13074-for ac_hdr in dirent.h sys/ndir.h sys/dir.h ndir.h; do
bash-5.1~rc3/configure:13075:  as_ac_Header=`$as_echo "ac_cv_header_dirent_$ac_hdr" | $as_tr_sh`
bash-5.1~rc3/configure-13076-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_hdr that defines DIR" >&5
##############################################
bash-5.1~rc3/configure-13106-  cat >>confdefs.h <<_ACEOF
bash-5.1~rc3/configure:13107:#define `$as_echo "HAVE_$ac_hdr" | $as_tr_cpp` 1
bash-5.1~rc3/configure-13108-_ACEOF
##############################################
bash-5.1~rc3/configure-13336-do :
bash-5.1~rc3/configure:13337:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
bash-5.1~rc3/configure-13338-ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
##############################################
bash-5.1~rc3/configure-13340-  cat >>confdefs.h <<_ACEOF
bash-5.1~rc3/configure:13341:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
bash-5.1~rc3/configure-13342-_ACEOF
##############################################
bash-5.1~rc3/configure-13351-do :
bash-5.1~rc3/configure:13352:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
bash-5.1~rc3/configure-13353-ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
##############################################
bash-5.1~rc3/configure-13355-  cat >>confdefs.h <<_ACEOF
bash-5.1~rc3/configure:13356:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
bash-5.1~rc3/configure-13357-_ACEOF
##############################################
bash-5.1~rc3/configure-13364-do :
bash-5.1~rc3/configure:13365:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
bash-5.1~rc3/configure-13366-ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
##############################################
bash-5.1~rc3/configure-13368-  cat >>confdefs.h <<_ACEOF
bash-5.1~rc3/configure:13369:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
bash-5.1~rc3/configure-13370-_ACEOF
##############################################
bash-5.1~rc3/configure-13526-  for ac_func in _getb67 GETB67 getb67; do
bash-5.1~rc3/configure:13527:    as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
bash-5.1~rc3/configure-13528-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
bash-5.1~rc3/configure-13885-do :
bash-5.1~rc3/configure:13886:  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
bash-5.1~rc3/configure-13887-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
bash-5.1~rc3/configure-13889-  cat >>confdefs.h <<_ACEOF
bash-5.1~rc3/configure:13890:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
bash-5.1~rc3/configure-13891-_ACEOF
##############################################
bash-5.1~rc3/configure-13916-do :
bash-5.1~rc3/configure:13917:  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
bash-5.1~rc3/configure-13918-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
bash-5.1~rc3/configure-13920-  cat >>confdefs.h <<_ACEOF
bash-5.1~rc3/configure:13921:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
bash-5.1~rc3/configure-13922-_ACEOF
##############################################
bash-5.1~rc3/configure-13929-do :
bash-5.1~rc3/configure:13930:  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
bash-5.1~rc3/configure-13931-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
bash-5.1~rc3/configure-13933-  cat >>confdefs.h <<_ACEOF
bash-5.1~rc3/configure:13934:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
bash-5.1~rc3/configure-13935-_ACEOF
##############################################
bash-5.1~rc3/configure-13941-do :
bash-5.1~rc3/configure:13942:  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
bash-5.1~rc3/configure-13943-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
bash-5.1~rc3/configure-13945-  cat >>confdefs.h <<_ACEOF
bash-5.1~rc3/configure:13946:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
bash-5.1~rc3/configure-13947-_ACEOF
##############################################
bash-5.1~rc3/configure-13953-do :
bash-5.1~rc3/configure:13954:  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
bash-5.1~rc3/configure-13955-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
bash-5.1~rc3/configure-13957-  cat >>confdefs.h <<_ACEOF
bash-5.1~rc3/configure:13958:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
bash-5.1~rc3/configure-13959-_ACEOF
##############################################
bash-5.1~rc3/configure-13965-do :
bash-5.1~rc3/configure:13966:  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
bash-5.1~rc3/configure-13967-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
bash-5.1~rc3/configure-13969-  cat >>confdefs.h <<_ACEOF
bash-5.1~rc3/configure:13970:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
bash-5.1~rc3/configure-13971-_ACEOF
##############################################
bash-5.1~rc3/configure-14335-do :
bash-5.1~rc3/configure:14336:  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
bash-5.1~rc3/configure-14337-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
bash-5.1~rc3/configure-14339-  cat >>confdefs.h <<_ACEOF
bash-5.1~rc3/configure:14340:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
bash-5.1~rc3/configure-14341-_ACEOF
##############################################
bash-5.1~rc3/configure-14922-do :
bash-5.1~rc3/configure:14923:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
bash-5.1~rc3/configure-14924-ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
##############################################
bash-5.1~rc3/configure-14926-  cat >>confdefs.h <<_ACEOF
bash-5.1~rc3/configure:14927:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
bash-5.1~rc3/configure-14928-_ACEOF
##############################################
bash-5.1~rc3/configure-15115-do :
bash-5.1~rc3/configure:15116:  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
bash-5.1~rc3/configure-15117-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
bash-5.1~rc3/configure-15119-  cat >>confdefs.h <<_ACEOF
bash-5.1~rc3/configure:15120:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
bash-5.1~rc3/configure-15121-_ACEOF
##############################################
bash-5.1~rc3/configure-15324-do :
bash-5.1~rc3/configure:15325:  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
bash-5.1~rc3/configure-15326-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
bash-5.1~rc3/configure-15328-  cat >>confdefs.h <<_ACEOF
bash-5.1~rc3/configure:15329:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
bash-5.1~rc3/configure-15330-_ACEOF
##############################################
bash-5.1~rc3/configure-15619-do :
bash-5.1~rc3/configure:15620:  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
bash-5.1~rc3/configure-15621-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
bash-5.1~rc3/configure-15623-  cat >>confdefs.h <<_ACEOF
bash-5.1~rc3/configure:15624:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
bash-5.1~rc3/configure-15625-_ACEOF
##############################################
bash-5.1~rc3/configure-20465-$as_echo_n "checking shared object configuration for loadable builtins... " >&6; }
bash-5.1~rc3/configure:20466:	eval `${CONFIG_SHELL-/bin/sh} ${srcdir}/support/shobj-conf -C "${CC}" -c "${host_cpu}" -o "${host_os}" -v "${host_vendor}"`
bash-5.1~rc3/configure-20467-
##############################################
bash-5.1~rc3/configure-20497-case "$BUILD_DIR" in
bash-5.1~rc3/configure:20498:*\ *)	BUILD_DIR=`echo "$BUILD_DIR" | sed 's: :\\\\ :g'` ;;
bash-5.1~rc3/configure-20499-*)	;;
##############################################
bash-5.1~rc3/configure-20650-  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
bash-5.1~rc3/configure:20651:  ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
bash-5.1~rc3/configure-20652-  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
##############################################
bash-5.1~rc3/configure-20718-if test -z "$BASH_VERSION$ZSH_VERSION" \
bash-5.1~rc3/configure:20719:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
bash-5.1~rc3/configure-20720-  as_echo='print -r --'
bash-5.1~rc3/configure-20721-  as_echo_n='print -rn --'
bash-5.1~rc3/configure:20722:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
bash-5.1~rc3/configure-20723-  as_echo='printf %s\n'
##############################################
bash-5.1~rc3/configure-20725-else
bash-5.1~rc3/configure:20726:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
bash-5.1~rc3/configure-20727-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
bash-5.1~rc3/configure-20735-	expr "X$arg" : "X\\(.*\\)$as_nl";
bash-5.1~rc3/configure:20736:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
bash-5.1~rc3/configure-20737-      esac;
##############################################
bash-5.1~rc3/configure-20812-# ----------------------------------------
bash-5.1~rc3/configure:20813:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
bash-5.1~rc3/configure-20814-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
bash-5.1~rc3/configure-20884-  {
bash-5.1~rc3/configure:20885:    as_val=`expr "$@" || test $? -eq 1`
bash-5.1~rc3/configure-20886-  }
##############################################
bash-5.1~rc3/configure-20988-      case $as_dir in #(
bash-5.1~rc3/configure:20989:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
bash-5.1~rc3/configure-20990-      *) as_qdir=$as_dir;;
##############################################
bash-5.1~rc3/configure-21123-cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
bash-5.1~rc3/configure:21124:ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
bash-5.1~rc3/configure-21125-ac_cs_version="\\
##############################################
bash-5.1~rc3/configure-21147-  --*=?*)
bash-5.1~rc3/configure:21148:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
bash-5.1~rc3/configure:21149:    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
bash-5.1~rc3/configure-21150-    ac_shift=:
##############################################
bash-5.1~rc3/configure-21152-  --*=)
bash-5.1~rc3/configure:21153:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
bash-5.1~rc3/configure-21154-    ac_optarg=
##############################################
bash-5.1~rc3/configure-21176-    case $ac_optarg in
bash-5.1~rc3/configure:21177:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
bash-5.1~rc3/configure-21178-    '') as_fn_error $? "missing file argument" ;;
##############################################
bash-5.1~rc3/configure-21184-    case $ac_optarg in
bash-5.1~rc3/configure:21185:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
bash-5.1~rc3/configure-21186-    esac
##############################################
bash-5.1~rc3/configure-21334-fi
bash-5.1~rc3/configure:21335:ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
bash-5.1~rc3/configure-21336-if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
##############################################
bash-5.1~rc3/configure-21351-  as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
bash-5.1~rc3/configure:21352:ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
bash-5.1~rc3/configure-21353-ac_delim='%!_!# '
##############################################
bash-5.1~rc3/configure-21357-
bash-5.1~rc3/configure:21358:  ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
bash-5.1~rc3/configure-21359-  if test $ac_delim_n = $ac_delim_num; then
##############################################
bash-5.1~rc3/configure-21495-for ac_last_try in false false :; do
bash-5.1~rc3/configure:21496:  ac_tt=`sed -n "/$ac_delim/p" confdefs.h`
bash-5.1~rc3/configure-21497-  if test -z "$ac_tt"; then
##############################################
bash-5.1~rc3/configure-21627-      esac
bash-5.1~rc3/configure:21628:      case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
bash-5.1~rc3/configure-21629-      as_fn_append ac_file_inputs " '$ac_f'"
##############################################
bash-5.1~rc3/configure-21686-*)
bash-5.1~rc3/configure:21687:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
bash-5.1~rc3/configure-21688-  # A ".." for each directory in $ac_dir_suffix.
bash-5.1~rc3/configure:21689:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
bash-5.1~rc3/configure-21690-  case $ac_top_builddir_sub in
##############################################
bash-5.1~rc3/configure-21747-/@mandir@/p'
bash-5.1~rc3/configure:21748:case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
bash-5.1~rc3/configure-21749-*datarootdir*) ac_datarootdir_seen=yes;;
##############################################
bash-5.1~rc3/configure-21764-
bash-5.1~rc3/configure:21765:# Neutralize VPATH when `$srcdir' = `.'.
bash-5.1~rc3/configure-21766-# Shell code in configure.ac might set extrasub.
##############################################
bash-5.1~rc3/configure-21792-test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
bash-5.1~rc3/configure:21793:  { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
bash-5.1~rc3/configure-21794-  { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' \
##############################################
bash-5.1~rc3/configure-21843-      case "$ac_file" in
bash-5.1~rc3/configure:21844:        *:*) ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
bash-5.1~rc3/configure-21845-      esac
##############################################
bash-5.1~rc3/configure-21848-        # Adjust a relative srcdir.
bash-5.1~rc3/configure:21849:        ac_dir=`echo "$ac_file"|sed 's%/[^/][^/]*$%%'`
bash-5.1~rc3/configure:21850:        ac_dir_suffix=/`echo "$ac_dir"|sed 's%^\./%%'`
bash-5.1~rc3/configure:21851:        ac_dots=`echo "$ac_dir_suffix"|sed 's%/[^/]*%../%g'`
bash-5.1~rc3/configure-21852-        # In autoconf-2.13 it is called $ac_given_srcdir.
##############################################
bash-5.1~rc3/configure-21855-        case "$ac_given_srcdir" in
bash-5.1~rc3/configure:21856:          .)  top_srcdir=`echo $ac_dots|sed 's%/$%%'` ;;
bash-5.1~rc3/configure-21857-          /*) top_srcdir="$ac_given_srcdir" ;;
##############################################
bash-5.1~rc3/configure-21876-            fi
bash-5.1~rc3/configure:21877:            ALL_LINGUAS=`sed -e "/^#/d" -e "s/#.*//" "$ac_given_srcdir/$ac_dir/LINGUAS"`
bash-5.1~rc3/configure-21878-            POMAKEFILEDEPS="$POMAKEFILEDEPS LINGUAS"
##############################################
bash-5.1~rc3/subst.c-946-
bash-5.1~rc3/subst.c:947:      /* Pass everything between `$(' and the matching `)' or a quoted
bash-5.1~rc3/subst.c-948-	 ${ ... } pair through according to the Posix.2 specification. */
##############################################
bash-5.1~rc3/NEWS-778-
bash-5.1~rc3/NEWS:779:a.  `exec -a foo' now sets $0 to `foo' in an executable shell script without a
bash-5.1~rc3/NEWS-780-    leading #!.
##############################################
bash-5.1~rc3/NEWS-1430-
bash-5.1~rc3/NEWS:1431:kk. The `\W' prompt expansion now abbreviates $HOME as `~', like `\w'.
bash-5.1~rc3/NEWS-1432-
##############################################
bash-5.1~rc3/lib/sh/netopen.c-83-static int
bash-5.1~rc3/lib/sh/netopen.c:84:_getaddr (host, ap)
bash-5.1~rc3/lib/sh/netopen.c-85-     char *host;
##############################################
bash-5.1~rc3/lib/sh/netopen.c-165-
bash-5.1~rc3/lib/sh/netopen.c:166:  if (_getaddr(host, &ina) == 0)
bash-5.1~rc3/lib/sh/netopen.c-167-    {
##############################################
bash-5.1~rc3/lib/sh/inet_aton.c-96-u_long
bash-5.1~rc3/lib/sh/inet_aton.c:97:inet_addr(cp)
bash-5.1~rc3/lib/sh/inet_aton.c-98-	register const char *cp;
##############################################
bash-5.1~rc3/lib/intl/Makefile.in-260-	  if test "@RELOCATABLE@" = yes; then \
bash-5.1~rc3/lib/intl/Makefile.in:261:	    dependencies=`sed -n -e 's,^dependency_libs=\(.*\),\1,p' < $(DESTDIR)$(libdir)/libintl.la | sed -e "s,^',," -e "s,'\$$,,"`; \
bash-5.1~rc3/lib/intl/Makefile.in-262-	    if test -n "$dependencies"; then \
##############################################
bash-5.1~rc3/lib/intl/libgnuintl.h.in-130-extern char *gettext _INTL_PARAMS ((const char *__msgid))
bash-5.1~rc3/lib/intl/libgnuintl.h.in:131:       _INTL_ASM (libintl_gettext);
bash-5.1~rc3/lib/intl/libgnuintl.h.in-132-#endif
##############################################
bash-5.1~rc3/lib/intl/libgnuintl.h.in-147-				     const char *__msgid))
bash-5.1~rc3/lib/intl/libgnuintl.h.in:148:       _INTL_ASM (libintl_dgettext);
bash-5.1~rc3/lib/intl/libgnuintl.h.in-149-#endif
##############################################
bash-5.1~rc3/lib/intl/libgnuintl.h.in-167-				      int __category))
bash-5.1~rc3/lib/intl/libgnuintl.h.in:168:       _INTL_ASM (libintl_dcgettext);
bash-5.1~rc3/lib/intl/libgnuintl.h.in-169-#endif
##############################################
bash-5.1~rc3/lib/intl/libgnuintl.h.in-188-				     unsigned long int __n))
bash-5.1~rc3/lib/intl/libgnuintl.h.in:189:       _INTL_ASM (libintl_ngettext);
bash-5.1~rc3/lib/intl/libgnuintl.h.in-190-#endif
##############################################
bash-5.1~rc3/lib/intl/libgnuintl.h.in-209-				      unsigned long int __n))
bash-5.1~rc3/lib/intl/libgnuintl.h.in:210:       _INTL_ASM (libintl_dngettext);
bash-5.1~rc3/lib/intl/libgnuintl.h.in-211-#endif
##############################################
bash-5.1~rc3/lib/intl/libgnuintl.h.in-233-				       int __category))
bash-5.1~rc3/lib/intl/libgnuintl.h.in:234:       _INTL_ASM (libintl_dcngettext);
bash-5.1~rc3/lib/intl/libgnuintl.h.in-235-#endif
##############################################
bash-5.1~rc3/lib/intl/libgnuintl.h.in-251-extern char *textdomain _INTL_PARAMS ((const char *__domainname))
bash-5.1~rc3/lib/intl/libgnuintl.h.in:252:       _INTL_ASM (libintl_textdomain);
bash-5.1~rc3/lib/intl/libgnuintl.h.in-253-#endif
##############################################
bash-5.1~rc3/lib/intl/libgnuintl.h.in-270-					   const char *__dirname))
bash-5.1~rc3/lib/intl/libgnuintl.h.in:271:       _INTL_ASM (libintl_bindtextdomain);
bash-5.1~rc3/lib/intl/libgnuintl.h.in-272-#endif
##############################################
bash-5.1~rc3/lib/intl/libgnuintl.h.in-289-						    const char *__codeset))
bash-5.1~rc3/lib/intl/libgnuintl.h.in:290:       _INTL_ASM (libintl_bind_textdomain_codeset);
bash-5.1~rc3/lib/intl/libgnuintl.h.in-291-#endif
##############################################
bash-5.1~rc3/lib/intl/config.charset-114-host="$1"
bash-5.1~rc3/lib/intl/config.charset:115:os=`echo "$host" | sed -e 's/^[^-]*-[^-]*-\(.*\)$/\1/'`
bash-5.1~rc3/lib/intl/config.charset-116-echo "# This file contains a table of character encoding aliases,"
##############################################
bash-5.1~rc3/builtins/psize.sh-7-# try to use mktemp(1) if the system supports it
bash-5.1~rc3/builtins/psize.sh:8:{ TMPFILE="`mktemp $TMPDIR/pipsize.XXXXXX 2>/dev/null`"; } 2>/dev/null
bash-5.1~rc3/builtins/psize.sh-9-used_mktemp=true
##############################################
bash-5.1~rc3/builtins/psize.sh-39-if [ -s "$TMPFILE" ]; then
bash-5.1~rc3/builtins/psize.sh:40:	echo "#define PIPESIZE `cat "$TMPFILE"`"
bash-5.1~rc3/builtins/psize.sh-41-else
##############################################
bash-5.1~rc3/builtins/read.def-839-     variable $REPLY.  ksh93 strips leading and trailing IFS whitespace,
bash-5.1~rc3/builtins/read.def:840:     so that `read x ; echo "$x"' and `read ; echo "$REPLY"' behave the
bash-5.1~rc3/builtins/read.def-841-     same way, but I believe that the difference in behaviors is useful
##############################################
bash-5.1~rc3/configure.ac-223-AC_ARG_ENABLE(disabled-builtins, AC_HELP_STRING([--enable-disabled-builtins], [allow disabled builtins to still be invoked]), opt_disabled_builtins=$enableval)
bash-5.1~rc3/configure.ac:224:AC_ARG_ENABLE(dparen-arithmetic, AC_HELP_STRING([--enable-dparen-arithmetic], [include ((...)) command]), opt_dparen_arith=$enableval)
bash-5.1~rc3/configure.ac-225-AC_ARG_ENABLE(extended-glob, AC_HELP_STRING([--enable-extended-glob], [include ksh-style extended pattern matching]), opt_extended_glob=$enableval)
##############################################
bash-5.1~rc3/configure.ac-1217-	AC_MSG_CHECKING(shared object configuration for loadable builtins)
bash-5.1~rc3/configure.ac:1218:	eval `${CONFIG_SHELL-/bin/sh} ${srcdir}/support/shobj-conf -C "${CC}" -c "${host_cpu}" -o "${host_os}" -v "${host_vendor}"`
bash-5.1~rc3/configure.ac-1219-	AC_SUBST(SHOBJ_CC)
##############################################
bash-5.1~rc3/configure.ac-1248-case "$BUILD_DIR" in
bash-5.1~rc3/configure.ac:1249:*\ *)	BUILD_DIR=`echo "$BUILD_DIR" | sed 's: :\\\\ :g'` ;;
bash-5.1~rc3/configure.ac-1250-*)	;;
##############################################
bash-5.1~rc3/tests/precedence.tests-62-	    Say "$cmd   output="
bash-5.1~rc3/tests/precedence.tests:63:	    output=`eval "$cmd"`
bash-5.1~rc3/tests/precedence.tests-64-	    Say "$output"
##############################################
bash-5.1~rc3/tests/run-minimal-24-# basic /bin/sh syntax
bash-5.1~rc3/tests/run-minimal:25:SUFFIX=`${THIS_SH} -c 'echo $(( $RANDOM + $BASHPID ))'`
bash-5.1~rc3/tests/run-minimal-26-
##############################################
bash-5.1~rc3/tests/run-all-20-# basic /bin/sh syntax
bash-5.1~rc3/tests/run-all:21:SUFFIX=`${THIS_SH} -c 'echo $(( $RANDOM + $BASHPID ))'`
bash-5.1~rc3/tests/run-all-22-
##############################################
bash-5.1~rc3/tests/posixexp2.tests-32-u=x; (echo -n '15 '; printf '<%s> ' "foo ${IFS+a"b$u{ {"{{\}b} c ${IFS+d{}} bar" ${IFS-e{}} baz; echo .) 2>&- || echo failed in 15
bash-5.1~rc3/tests/posixexp2.tests:33:l=t; (echo 16 ${IFS+h`echo -n i ${IFS+$l}h`ere}) 2>&- || echo failed in 16
bash-5.1~rc3/tests/posixexp2.tests-34-l=t; (echo 17 ${IFS+h$(echo -n i ${IFS+$l}h)ere}) 2>&- || echo failed in 17
bash-5.1~rc3/tests/posixexp2.tests:35:l=t; (echo 18 "${IFS+h`echo -n i ${IFS+$l}h`ere}") 2>&- || echo failed in 18
bash-5.1~rc3/tests/posixexp2.tests-36-l=t; (echo 19 "${IFS+h$(echo -n i ${IFS+$l}h)ere}") 2>&- || echo failed in 19
bash-5.1~rc3/tests/posixexp2.tests:37:l=t; (echo 20 ${IFS+h`echo -n i "${IFS+$l}"h`ere}) 2>&- || echo failed in 20
bash-5.1~rc3/tests/posixexp2.tests-38-l=t; (echo 21 ${IFS+h$(echo -n i "${IFS+$l}"h)ere}) 2>&- || echo failed in 21
bash-5.1~rc3/tests/posixexp2.tests:39:l=t; (echo 22 "${IFS+h`echo -n i "${IFS+$l}"h`ere}") 2>&- || echo failed in 22
bash-5.1~rc3/tests/posixexp2.tests-40-l=t; (echo 23 "${IFS+h$(echo -n i "${IFS+$l}"h)ere}") 2>&- || echo failed in 23
##############################################
bash-5.1~rc3/tests/posix2.tests-122-export a
bash-5.1~rc3/tests/posix2.tests:123:newtest; val=`"$TESTSHELL" -c 'echo "${a%_*}"' 2> /dev/null`
bash-5.1~rc3/tests/posix2.tests-124-test "$val" = abc_def || testfail "parameter % op"
bash-5.1~rc3/tests/posix2.tests:125:newtest; val=`"$TESTSHELL" -c 'echo "${a%%_*}"' 2> /dev/null`
bash-5.1~rc3/tests/posix2.tests-126-test "$val" = abc || testfail "parameter %% op"
bash-5.1~rc3/tests/posix2.tests:127:newtest; val=`"$TESTSHELL" -c 'echo "${a#*_}"' 2> /dev/null`
bash-5.1~rc3/tests/posix2.tests-128-test "$val" = def_ghi || testfail "parameter # op"
bash-5.1~rc3/tests/posix2.tests:129:newtest; val=`"$TESTSHELL" -c 'echo "${a##*_}"' 2> /dev/null`
bash-5.1~rc3/tests/posix2.tests-130-test "$val" = ghi || testfail "parameter ## op"
##############################################
bash-5.1~rc3/tests/comsub.tests-15-
bash-5.1~rc3/tests/comsub.tests:16:TABSIZE=`grep -v '^[ #]' $CAPS </dev/null | grep -v "^$" | grep -v "^capalias"| grep -v "^infoalias" | wc -l`
bash-5.1~rc3/tests/comsub.tests-17-
##############################################
bash-5.1~rc3/tests/comsub.tests-28-
bash-5.1~rc3/tests/comsub.tests:29:recho `echo '\$' bab`
bash-5.1~rc3/tests/comsub.tests-30-
##############################################
bash-5.1~rc3/tests/iquote.tests-61-
bash-5.1~rc3/tests/iquote.tests:62:eval tmp=`printf "$'\\\\\x%x'\n" 127`
bash-5.1~rc3/tests/iquote.tests-63-printf "%#1x\n" "'$tmp"
##############################################
bash-5.1~rc3/tests/ifs-posix.tests-54-			1)	((passed+=1)) ;;
bash-5.1~rc3/tests/ifs-posix.tests:55:			*)	passed=`expr $passed + 1` ;;
bash-5.1~rc3/tests/ifs-posix.tests-56-			esac
##############################################
bash-5.1~rc3/tests/ifs-posix.tests-62-				1)	((ordered+=1)) ;;
bash-5.1~rc3/tests/ifs-posix.tests:63:				*)	ordered=`expr $ordered + 1` ;;
bash-5.1~rc3/tests/ifs-posix.tests-64-				esac
##############################################
bash-5.1~rc3/tests/ifs-posix.tests-69-			1)	((failed+=1)) ;;
bash-5.1~rc3/tests/ifs-posix.tests:70:			*)	failed=`expr $failed + 1` ;;
bash-5.1~rc3/tests/ifs-posix.tests-71-			esac
##############################################
bash-5.1~rc3/tests/ifs-posix.tests-74-			1)	((failed+=1)) ;;
bash-5.1~rc3/tests/ifs-posix.tests:75:			*)	failed=`expr $failed + 1` ;;
bash-5.1~rc3/tests/ifs-posix.tests-76-			esac
##############################################
bash-5.1~rc3/tests/ifs-posix.tests-90-				1)	((ordered+=1)) ;;
bash-5.1~rc3/tests/ifs-posix.tests:91:				*)	ordered=`expr $ordered + 1` ;;
bash-5.1~rc3/tests/ifs-posix.tests-92-				esac
##############################################
bash-5.1~rc3/tests/ifs-posix.tests-97-		1)	echo "$i" | IFS=$ifs read x y; g="($x)($y)" ;;
bash-5.1~rc3/tests/ifs-posix.tests:98:		*)	g=`export ifs; echo "$i" | ( IFS=$ifs; read x y; echo "($x)($y)" )` ;;
bash-5.1~rc3/tests/ifs-posix.tests-99-		esac
##############################################
bash-5.1~rc3/tests/ifs-posix.tests-102-			1)	((passed+=1)) ;;
bash-5.1~rc3/tests/ifs-posix.tests:103:			*)	passed=`expr $passed + 1` ;;
bash-5.1~rc3/tests/ifs-posix.tests-104-			esac
##############################################
bash-5.1~rc3/tests/ifs-posix.tests-110-				1)	((ordered+=1)) ;;
bash-5.1~rc3/tests/ifs-posix.tests:111:				*)	ordered=`expr $ordered + 1` ;;
bash-5.1~rc3/tests/ifs-posix.tests-112-				esac
##############################################
bash-5.1~rc3/tests/ifs-posix.tests-117-			1)	((failed+=1)) ;;
bash-5.1~rc3/tests/ifs-posix.tests:118:			*)	failed=`expr $failed + 1` ;;
bash-5.1~rc3/tests/ifs-posix.tests-119-			esac
##############################################
bash-5.1~rc3/tests/ifs-posix.tests-122-			1)	((failed+=1)) ;;
bash-5.1~rc3/tests/ifs-posix.tests:123:			*)	failed=`expr $failed + 1` ;;
bash-5.1~rc3/tests/ifs-posix.tests-124-			esac
##############################################
bash-5.1~rc3/tests/ifs-posix.tests-134-				1)	((ordered+=1)) ;;
bash-5.1~rc3/tests/ifs-posix.tests:135:				*)	ordered=`expr $ordered + 1` ;;
bash-5.1~rc3/tests/ifs-posix.tests-136-				esac
##############################################
bash-5.1~rc3/tests/ifs-posix.tests-259-1)	((tests=passed+failed)) ;;
bash-5.1~rc3/tests/ifs-posix.tests:260:*)	tests=`expr $passed + $failed` ;;
bash-5.1~rc3/tests/ifs-posix.tests-261-esac
##############################################
bash-5.1~rc3/tests/exp.tests-278-expect '<$x>'
bash-5.1~rc3/tests/exp.tests:279:recho `echo '\$x'`
bash-5.1~rc3/tests/exp.tests-280-
##############################################
bash-5.1~rc3/tests/more-exp.tests-148-
bash-5.1~rc3/tests/more-exp.tests:149:RELEASE=`expr "$UNAME_RELEASE" : '[^0-9]*\([0-9]*\)'` # 4
bash-5.1~rc3/tests/more-exp.tests-150-case "$RELEASE" in
bash-5.1~rc3/tests/more-exp.tests-151-"")     RELEASE=0 ;;
bash-5.1~rc3/tests/more-exp.tests:152:*)      RELEASE=`expr "$RELEASE" + 0` ;;
bash-5.1~rc3/tests/more-exp.tests-153-esac            
bash-5.1~rc3/tests/more-exp.tests:154:REL_LEVEL=`expr "$UNAME_RELEASE" : '[^0-9]*[0-9]*.\([0-9]*\)'`    # 1
bash-5.1~rc3/tests/more-exp.tests:155:REL_SUBLEVEL=`expr "$UNAME_RELEASE" : '[^0-9]*[0-9]*.[0-9]*.\([0-9]*\)'` # 2
bash-5.1~rc3/tests/more-exp.tests-156-
##############################################
bash-5.1~rc3/tests/quote.tests-108-
bash-5.1~rc3/tests/quote.tests:109:recho `echo '\$' bab`
bash-5.1~rc3/tests/quote.tests:110:recho `echo '\$foo' bab`
bash-5.1~rc3/tests/quote.tests:111:recho `echo '$foo' bab`
bash-5.1~rc3/tests/quote.tests-112-
##############################################
bash-5.1~rc3/tests/quote.tests-116-
bash-5.1~rc3/tests/quote.tests:117:echo `echo '${'`
bash-5.1~rc3/tests/quote.tests-118-
##############################################
bash-5.1~rc3/tests/set-e.tests-19-		set +e
bash-5.1~rc3/tests/set-e.tests:20:		N_MOD_100=`expr $N % 100`
bash-5.1~rc3/tests/set-e.tests-21-		set -e
bash-5.1~rc3/tests/set-e.tests-22-		echo $N_MOD_100
bash-5.1~rc3/tests/set-e.tests:23:		N=`expr $N + 1`
bash-5.1~rc3/tests/set-e.tests-24-		if [ $N -eq 110 ]; then
##############################################
bash-5.1~rc3/doc/bashref.ps-7891-(follo)m(w)m(ed)150 3693 y(b)m(y)41 b(one)f(of)h(the)g(follo)m(wing)h
bash-5.1~rc3/doc/bashref.ps:7892:(c)m(haracters:)63 b(`)p Ft($)p Fu(',)43 b(`)p Ft(`)p
bash-5.1~rc3/doc/bashref.ps-7893-Fu(',)h(`)p Ft(")p Fu(',)g(`)p Ft(\\)p Fu(',)f(or)e Ft(newline)p
##############################################
bash-5.1~rc3/doc/bashref.ps-17941-b(ariable)28 b(completion)h(for)150 3113 y(w)m(ords)e(b)s(eginning)h
bash-5.1~rc3/doc/bashref.ps:17942:(with)f(`)p Ft($)p Fu(')h(or)g(`)p Ft(${)p Fu(',)h(completions)g(con)m
bash-5.1~rc3/doc/bashref.ps-17943-(taining)g(pathname)f(expansion)g(patterns)g(\(see)150
##############################################
bash-5.1~rc3/doc/texinfo.tex-6612-  \catcode `\\=0 \catcode `\{=1 \catcode `\}=2
bash-5.1~rc3/doc/texinfo.tex:6613:  \catcode `\$=3 \catcode `\&=4 \catcode `\#=6
bash-5.1~rc3/doc/texinfo.tex-6614-  \catcode `\^=7 \catcode `\_=8 \catcode `\~=\active \let~=\tie
##############################################
bash-5.1~rc3/support/config.guess-34-
bash-5.1~rc3/support/config.guess:35:me=`echo "$0" | sed -e 's,.*/,,'`
bash-5.1~rc3/support/config.guess-36-
##############################################
bash-5.1~rc3/support/config.guess-105-    # shellcheck disable=SC2039
bash-5.1~rc3/support/config.guess:106:    { tmp=`(umask 077 && mktemp -d "$TMPDIR/cgXXXXXX") 2>/dev/null` && test -n "$tmp" && test -d "$tmp" ; } ||
bash-5.1~rc3/support/config.guess-107-	{ test -n "$RANDOM" && tmp=$TMPDIR/cg$$-$RANDOM && (umask 077 && mkdir "$tmp" 2>/dev/null) ; } ||
##############################################
bash-5.1~rc3/support/config.guess-155-	EOF
bash-5.1~rc3/support/config.guess:156:	eval "`$CC_FOR_BUILD -E "$dummy.c" 2>/dev/null | grep '^LIBC' | sed 's, ,,g'`"
bash-5.1~rc3/support/config.guess-157-
##############################################
bash-5.1~rc3/support/config.guess-192-	    earmv*)
bash-5.1~rc3/support/config.guess:193:		arch=`echo "$UNAME_MACHINE_ARCH" | sed -e 's,^e\(armv[0-9]\).*$,\1,'`
bash-5.1~rc3/support/config.guess:194:		endian=`echo "$UNAME_MACHINE_ARCH" | sed -ne 's,^.*\(eb\)$,\1,p'`
bash-5.1~rc3/support/config.guess-195-		machine="${arch}${endian}"-unknown
##############################################
bash-5.1~rc3/support/config.guess-224-		expr='s/^earmv[0-9]/-eabi/;s/eb$//'
bash-5.1~rc3/support/config.guess:225:		abi=`echo "$UNAME_MACHINE_ARCH" | sed -e "$expr"`
bash-5.1~rc3/support/config.guess-226-		;;
##############################################
bash-5.1~rc3/support/config.guess-237-	    *)
bash-5.1~rc3/support/config.guess:238:		release=`echo "$UNAME_RELEASE" | sed -e 's/[-_].*//' | cut -d. -f1,2`
bash-5.1~rc3/support/config.guess-239-		;;
##############################################
bash-5.1~rc3/support/config.guess-290-	*4.0)
bash-5.1~rc3/support/config.guess:291:		UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $3}'`
bash-5.1~rc3/support/config.guess-292-		;;
bash-5.1~rc3/support/config.guess-293-	*5.*)
bash-5.1~rc3/support/config.guess:294:		UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $4}'`
bash-5.1~rc3/support/config.guess-295-		;;
##############################################
bash-5.1~rc3/support/config.guess-300-	# types through head -n 1, so we only detect the type of CPU 0.
bash-5.1~rc3/support/config.guess:301:	ALPHA_CPU_TYPE=`/usr/sbin/psrinfo -v | sed -n -e 's/^  The alpha \(.*\) processor.*$/\1/p' | head -n 1`
bash-5.1~rc3/support/config.guess-302-	case "$ALPHA_CPU_TYPE" in
##############################################
bash-5.1~rc3/support/config.guess-338-	# 1.2 uses "1.2" for uname -r.
bash-5.1~rc3/support/config.guess:339:	echo "$UNAME_MACHINE"-dec-osf"`echo "$UNAME_RELEASE" | sed -e 's/^[PVTX]//' | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz`"
bash-5.1~rc3/support/config.guess-340-	# Reset EXIT trap before exiting to avoid spurious non-zero exit code.
##############################################
bash-5.1~rc3/support/config.guess-389-    s390x:SunOS:*:*)
bash-5.1~rc3/support/config.guess:390:	echo "$UNAME_MACHINE"-ibm-solaris2"`echo "$UNAME_RELEASE" | sed -e 's/[^.]*//'`"
bash-5.1~rc3/support/config.guess-391-	exit ;;
bash-5.1~rc3/support/config.guess-392-    sun4H:SunOS:5.*:*)
bash-5.1~rc3/support/config.guess:393:	echo sparc-hal-solaris2"`echo "$UNAME_RELEASE"|sed -e 's/[^.]*//'`"
bash-5.1~rc3/support/config.guess-394-	exit ;;
bash-5.1~rc3/support/config.guess-395-    sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*)
bash-5.1~rc3/support/config.guess:396:	echo sparc-sun-solaris2"`echo "$UNAME_RELEASE" | sed -e 's/[^.]*//'`"
bash-5.1~rc3/support/config.guess-397-	exit ;;
##############################################
bash-5.1~rc3/support/config.guess-414-	fi
bash-5.1~rc3/support/config.guess:415:	echo "$SUN_ARCH"-pc-solaris2"`echo "$UNAME_RELEASE"|sed -e 's/[^.]*//'`"
bash-5.1~rc3/support/config.guess-416-	exit ;;
##############################################
bash-5.1~rc3/support/config.guess-420-	# it's likely to be more like Solaris than SunOS4.
bash-5.1~rc3/support/config.guess:421:	echo sparc-sun-solaris3"`echo "$UNAME_RELEASE"|sed -e 's/[^.]*//'`"
bash-5.1~rc3/support/config.guess-422-	exit ;;
##############################################
bash-5.1~rc3/support/config.guess-429-	# Japanese Language versions have a version number like `4.1.3-JL'.
bash-5.1~rc3/support/config.guess:430:	echo sparc-sun-sunos"`echo "$UNAME_RELEASE"|sed -e 's/-/_/'`"
bash-5.1~rc3/support/config.guess-431-	exit ;;
##############################################
bash-5.1~rc3/support/config.guess-435-    sun*:*:4.2BSD:*)
bash-5.1~rc3/support/config.guess:436:	UNAME_RELEASE=`(sed 1q /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null`
bash-5.1~rc3/support/config.guess-437-	test "x$UNAME_RELEASE" = x && UNAME_RELEASE=3
##############################################
bash-5.1~rc3/support/config.guess-517-	$CC_FOR_BUILD -o "$dummy" "$dummy.c" &&
bash-5.1~rc3/support/config.guess:518:	  dummyarg=`echo "$UNAME_RELEASE" | sed -n 's/\([0-9]*\).*/\1/p'` &&
bash-5.1~rc3/support/config.guess:519:	  SYSTEM_NAME=`"$dummy" "$dummyarg"` &&
bash-5.1~rc3/support/config.guess-520-	    { echo "$SYSTEM_NAME"; exit; }
##############################################
bash-5.1~rc3/support/config.guess-573-    *:IRIX*:*:*)
bash-5.1~rc3/support/config.guess:574:	echo mips-sgi-irix"`echo "$UNAME_RELEASE"|sed -e 's/-/_/g'`"
bash-5.1~rc3/support/config.guess-575-	exit ;;
##############################################
bash-5.1~rc3/support/config.guess-603-EOF
bash-5.1~rc3/support/config.guess:604:		if $CC_FOR_BUILD -o "$dummy" "$dummy.c" && SYSTEM_NAME=`"$dummy"`
bash-5.1~rc3/support/config.guess-605-		then
##############################################
bash-5.1~rc3/support/config.guess-616-    *:AIX:*:[4567])
bash-5.1~rc3/support/config.guess:617:	IBM_CPU_ID=`/usr/sbin/lsdev -C -c processor -S available | sed 1q | awk '{ print $1 }'`
bash-5.1~rc3/support/config.guess-618-	if /usr/sbin/lsattr -El "$IBM_CPU_ID" | grep ' POWER' >/dev/null 2>&1; then
##############################################
bash-5.1~rc3/support/config.guess-652-    9000/[34678]??:HP-UX:*:*)
bash-5.1~rc3/support/config.guess:653:	HPUX_REV=`echo "$UNAME_RELEASE"|sed -e 's/[^.]*.[0B]*//'`
bash-5.1~rc3/support/config.guess-654-	case "$UNAME_MACHINE" in
##############################################
bash-5.1~rc3/support/config.guess-706-EOF
bash-5.1~rc3/support/config.guess:707:		    (CCOPTS="" $CC_FOR_BUILD -o "$dummy" "$dummy.c" 2>/dev/null) && HP_ARCH=`"$dummy"`
bash-5.1~rc3/support/config.guess-708-		    test -z "$HP_ARCH" && HP_ARCH=hppa
##############################################
bash-5.1~rc3/support/config.guess-734-    ia64:HP-UX:*:*)
bash-5.1~rc3/support/config.guess:735:	HPUX_REV=`echo "$UNAME_RELEASE"|sed -e 's/[^.]*.[0B]*//'`
bash-5.1~rc3/support/config.guess-736-	echo ia64-hp-hpux"$HPUX_REV"
##############################################
bash-5.1~rc3/support/config.guess-764-EOF
bash-5.1~rc3/support/config.guess:765:	$CC_FOR_BUILD -o "$dummy" "$dummy.c" && SYSTEM_NAME=`"$dummy"` &&
bash-5.1~rc3/support/config.guess-766-		{ echo "$SYSTEM_NAME"; exit; }
##############################################
bash-5.1~rc3/support/config.guess-835-	FUJITSU_SYS=`uname -p | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz | sed -e 's/\///'`
bash-5.1~rc3/support/config.guess:836:	FUJITSU_REL=`echo "$UNAME_RELEASE" | sed -e 's/ /_/'`
bash-5.1~rc3/support/config.guess-837-	echo "${FUJITSU_PROC}-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
##############################################
bash-5.1~rc3/support/config.guess-840-	FUJITSU_SYS=`uname -p | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz | sed -e 's/\///'`
bash-5.1~rc3/support/config.guess:841:	FUJITSU_REL=`echo "$UNAME_RELEASE" | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz | sed -e 's/ /_/'`
bash-5.1~rc3/support/config.guess-842-	echo "sparc-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
##############################################
bash-5.1~rc3/support/config.guess-858-	then
bash-5.1~rc3/support/config.guess:859:	    echo "${UNAME_PROCESSOR}"-unknown-freebsd"`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`"-gnueabi
bash-5.1~rc3/support/config.guess-860-	else
bash-5.1~rc3/support/config.guess:861:	    echo "${UNAME_PROCESSOR}"-unknown-freebsd"`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`"-gnueabihf
bash-5.1~rc3/support/config.guess-862-	fi
##############################################
bash-5.1~rc3/support/config.guess-871-	esac
bash-5.1~rc3/support/config.guess:872:	echo "$UNAME_PROCESSOR"-unknown-freebsd"`echo "$UNAME_RELEASE"|sed -e 's/[-(].*//'`"
bash-5.1~rc3/support/config.guess-873-	exit ;;
##############################################
bash-5.1~rc3/support/config.guess-907-    prep*:SunOS:5.*:*)
bash-5.1~rc3/support/config.guess:908:	echo powerpcle-unknown-solaris2"`echo "$UNAME_RELEASE"|sed -e 's/[^.]*//'`"
bash-5.1~rc3/support/config.guess-909-	exit ;;
##############################################
bash-5.1~rc3/support/config.guess-911-	# the GNU system
bash-5.1~rc3/support/config.guess:912:	echo "`echo "$UNAME_MACHINE"|sed -e 's,[-/].*$,,'`-unknown-$LIBC`echo "$UNAME_RELEASE"|sed -e 's,/.*$,,'`"
bash-5.1~rc3/support/config.guess-913-	exit ;;
##############################################
bash-5.1~rc3/support/config.guess-915-	# other systems with GNU libc and userland
bash-5.1~rc3/support/config.guess:916:	echo "$UNAME_MACHINE-unknown-`echo "$UNAME_SYSTEM" | sed 's,^[^/]*/,,' | tr "[:upper:]" "[:lower:]"``echo "$UNAME_RELEASE"|sed -e 's/[-(].*//'`-$LIBC"
bash-5.1~rc3/support/config.guess-917-	exit ;;
##############################################
bash-5.1~rc3/support/config.guess-1037-EOF
bash-5.1~rc3/support/config.guess:1038:	eval "`$CC_FOR_BUILD -E "$dummy.c" 2>/dev/null | grep '^CPU\|^MIPS_ENDIAN\|^LIBCABI'`"
bash-5.1~rc3/support/config.guess-1039-	test "x$CPU" != x && { echo "$CPU${MIPS_ENDIAN}-unknown-linux-$LIBCABI"; exit; }
##############################################
bash-5.1~rc3/support/config.guess-1137-    i*86:*:4.*:*)
bash-5.1~rc3/support/config.guess:1138:	UNAME_REL=`echo "$UNAME_RELEASE" | sed 's/\/MP$//'`
bash-5.1~rc3/support/config.guess-1139-	if grep Novell /usr/include/link.h >/dev/null 2>/dev/null; then
##############################################
bash-5.1~rc3/support/config.guess-1440-    *:DragonFly:*:*)
bash-5.1~rc3/support/config.guess:1441:	echo "$UNAME_MACHINE"-unknown-dragonfly"`echo "$UNAME_RELEASE"|sed -e 's/[-(].*//'`"
bash-5.1~rc3/support/config.guess-1442-	exit ;;
##############################################
bash-5.1~rc3/support/config.guess-1453-    i*86:skyos:*:*)
bash-5.1~rc3/support/config.guess:1454:	echo "$UNAME_MACHINE"-pc-skyos"`echo "$UNAME_RELEASE" | sed -e 's/ .*$//'`"
bash-5.1~rc3/support/config.guess-1455-	exit ;;
##############################################
bash-5.1~rc3/support/config.guess-1603-
bash-5.1~rc3/support/config.guess:1604:$CC_FOR_BUILD -o "$dummy" "$dummy.c" 2>/dev/null && SYSTEM_NAME=`$dummy` &&
bash-5.1~rc3/support/config.guess-1605-	{ echo "$SYSTEM_NAME"; exit; }
##############################################
bash-5.1~rc3/support/config.guess-1633-
bash-5.1~rc3/support/config.guess:1634:year=`echo $timestamp | sed 's,-.*,,'`
bash-5.1~rc3/support/config.guess-1635-# shellcheck disable=SC2003
bash-5.1~rc3/support/config.guess:1636:if test "`expr "\`date +%Y\`" - "$year"`" -lt 3 ; then
bash-5.1~rc3/support/config.guess-1637-   cat >&2 <<EOF
##############################################
bash-5.1~rc3/support/config.sub-52-
bash-5.1~rc3/support/config.sub:53:me=`echo "$0" | sed -e 's,.*/,,'`
bash-5.1~rc3/support/config.sub-54-
##############################################
bash-5.1~rc3/support/config.sub-768-	i*86v32)
bash-5.1~rc3/support/config.sub:769:		cpu=`echo "$1" | sed -e 's/86.*/86/'`
bash-5.1~rc3/support/config.sub-770-		vendor=pc
##############################################
bash-5.1~rc3/support/config.sub-773-	i*86v4*)
bash-5.1~rc3/support/config.sub:774:		cpu=`echo "$1" | sed -e 's/86.*/86/'`
bash-5.1~rc3/support/config.sub-775-		vendor=pc
##############################################
bash-5.1~rc3/support/config.sub-778-	i*86v)
bash-5.1~rc3/support/config.sub:779:		cpu=`echo "$1" | sed -e 's/86.*/86/'`
bash-5.1~rc3/support/config.sub-780-		vendor=pc
##############################################
bash-5.1~rc3/support/config.sub-783-	i*86sol2)
bash-5.1~rc3/support/config.sub:784:		cpu=`echo "$1" | sed -e 's/86.*/86/'`
bash-5.1~rc3/support/config.sub-785-		vendor=pc
##############################################
bash-5.1~rc3/support/config.sub-916-		cpu=sparc
bash-5.1~rc3/support/config.sub:917:		vendor=`echo "$basic_machine" | sed 's/-.*//'`
bash-5.1~rc3/support/config.sub-918-		;;
##############################################
bash-5.1~rc3/support/config.sub-1083-	sh5e[lb]-*)
bash-5.1~rc3/support/config.sub:1084:		cpu=`echo "$cpu" | sed 's/^\(sh.\)e\(.\)$/\1\2e/'`
bash-5.1~rc3/support/config.sub-1085-		;;
##############################################
bash-5.1~rc3/support/config.sub-1101-	xscale-* | xscalee[bl]-*)
bash-5.1~rc3/support/config.sub:1102:		cpu=`echo "$cpu" | sed 's/^xscale/arm/'`
bash-5.1~rc3/support/config.sub-1103-		;;
##############################################
bash-5.1~rc3/support/config.sub-1256-			*)
bash-5.1~rc3/support/config.sub:1257:				echo Invalid configuration \`"$1"\': machine \`"$cpu-$vendor"\' not recognized 1>&2
bash-5.1~rc3/support/config.sub-1258-				exit 1
##############################################
bash-5.1~rc3/support/config.sub-1290-	solaris1 | solaris1.*)
bash-5.1~rc3/support/config.sub:1291:		os=`echo $os | sed -e 's|solaris1|sunos4|'`
bash-5.1~rc3/support/config.sub-1292-		;;
##############################################
bash-5.1~rc3/support/config.sub-1299-	gnu/linux*)
bash-5.1~rc3/support/config.sub:1300:		os=`echo $os | sed -e 's|gnu/linux|linux-gnu|'`
bash-5.1~rc3/support/config.sub-1301-		;;
##############################################
bash-5.1~rc3/support/config.sub-1322-	sco3.2.[4-9]*)
bash-5.1~rc3/support/config.sub:1323:		os=`echo $os | sed -e 's/sco3.2./sco3.2v/'`
bash-5.1~rc3/support/config.sub-1324-		;;
##############################################
bash-5.1~rc3/support/config.sub-1386-	nto*)
bash-5.1~rc3/support/config.sub:1387:		os=`echo $os | sed -e 's|nto|nto-qnx|'`
bash-5.1~rc3/support/config.sub-1388-		;;
##############################################
bash-5.1~rc3/support/config.sub-1396-	linux*)
bash-5.1~rc3/support/config.sub:1397:		os=`echo $os | sed -e 's|linux|linux-gnu|'`
bash-5.1~rc3/support/config.sub-1398-		;;
##############################################
bash-5.1~rc3/support/config.sub-1408-	mac*)
bash-5.1~rc3/support/config.sub:1409:		os=`echo "$os" | sed -e 's|mac|macos|'`
bash-5.1~rc3/support/config.sub-1410-		;;
##############################################
bash-5.1~rc3/support/config.sub-1417-	sunos5*)
bash-5.1~rc3/support/config.sub:1418:		os=`echo "$os" | sed -e 's|sunos5|solaris2|'`
bash-5.1~rc3/support/config.sub-1419-		;;
bash-5.1~rc3/support/config.sub-1420-	sunos6*)
bash-5.1~rc3/support/config.sub:1421:		os=`echo "$os" | sed -e 's|sunos6|solaris3|'`
bash-5.1~rc3/support/config.sub-1422-		;;
##############################################
bash-5.1~rc3/support/config.sub-1454-	sinix5.*)
bash-5.1~rc3/support/config.sub:1455:		os=`echo $os | sed -e 's|sinix|sysv|'`
bash-5.1~rc3/support/config.sub-1456-		;;
##############################################
bash-5.1~rc3/support/config.sub-1514-	*)
bash-5.1~rc3/support/config.sub:1515:		echo Invalid configuration \`"$1"\': system \`"$os"\' not recognized 1>&2
bash-5.1~rc3/support/config.sub-1516-		exit 1
##############################################
bash-5.1~rc3/support/texi2dvi-35-
bash-5.1~rc3/support/texi2dvi:36:program=`echo $0 | $SED -e 's!.*/!!'`
bash-5.1~rc3/support/texi2dvi-37-
##############################################
bash-5.1~rc3/support/texi2dvi-236-    for cdd_dir in work_build workdir t2ddir work_bak in_input in_dir; do
bash-5.1~rc3/support/texi2dvi:237:      eval "$cdd_dir=\`absolute \$$cdd_dir\`"
bash-5.1~rc3/support/texi2dvi-238-    done
##############################################
bash-5.1~rc3/support/texi2dvi-242-  # Replace each path component with ".." and add a single trailing slash.
bash-5.1~rc3/support/texi2dvi:243:  rel=`echo "$1" | \$SED -e 's/[^/\\][^/\\]*/../g' -e 's/[/\\]*$/\//'`
bash-5.1~rc3/support/texi2dvi-244-}
##############################################
bash-5.1~rc3/support/texi2dvi-284-      ;;
bash-5.1~rc3/support/texi2dvi:285:   *) absolute_slashes=`echo "$1" | $SED -n 's,.*[^/]\(/*\)$,\1,p'`
bash-5.1~rc3/support/texi2dvi:286:      absolute_rel=$orig_pwd/`func_dirname "$1"`
bash-5.1~rc3/support/texi2dvi-287-      if test -d "$absolute_rel"; then
bash-5.1~rc3/support/texi2dvi-288-        (cd "$absolute_rel" 2>/dev/null \
bash-5.1~rc3/support/texi2dvi:289:         && absolute_name=`pwd`/`basename "$1"`"$absolute_slashes"
bash-5.1~rc3/support/texi2dvi-290-         echo "$absolute_name")
##############################################
bash-5.1~rc3/support/texi2dvi-406-  IFS=$path_sep
bash-5.1~rc3/support/texi2dvi:407:  set x `echo "$2" | eval $SED $lcd_replace_EMPTY`; shift
bash-5.1~rc3/support/texi2dvi-408-  IFS=$save_IFS
##############################################
bash-5.1~rc3/support/texi2dvi-416-       if test -d $lcd_dir; then
bash-5.1~rc3/support/texi2dvi:417:          dir=`absolute "$lcd_dir"`
bash-5.1~rc3/support/texi2dvi-418-         list_append $lcd_list "$lcd_dir"
##############################################
bash-5.1~rc3/support/texi2dvi-461-  do
bash-5.1~rc3/support/texi2dvi:462:    dir=`absolute "$dir"`
bash-5.1~rc3/support/texi2dvi-463-    test -d "$dir" || continue
##############################################
bash-5.1~rc3/support/texi2dvi-516-                    -e 's/$path_sep$path_sep/${path_sep}EMPTY${path_sep}/g'"
bash-5.1~rc3/support/texi2dvi:517:  af_result=`echo "$1" | eval $SED $af_replace_empty`
bash-5.1~rc3/support/texi2dvi-518-  save_IFS=$IFS
##############################################
bash-5.1~rc3/support/texi2dvi-530-        if test -d "$dir"; then
bash-5.1~rc3/support/texi2dvi:531:          af_result=$af_result$af_path_sep`absolute "$dir"`
bash-5.1~rc3/support/texi2dvi-532-        else
##############################################
bash-5.1~rc3/support/texi2dvi-552-    '') echo "$1";;
bash-5.1~rc3/support/texi2dvi:553:     *) obn_out_noext=`noext "$oname"`
bash-5.1~rc3/support/texi2dvi:554:        obn_file_ext=`echo "$1" | $SED 's/^.*\.//'`
bash-5.1~rc3/support/texi2dvi-555-        echo "$obn_out_noext.$obn_file_ext"
##############################################
bash-5.1~rc3/support/texi2dvi-594-              mtd_destfile=$mtd_destdir/$file;;
bash-5.1~rc3/support/texi2dvi:595:      true:*) mtd_destfile=`output_base_name "$file"`
bash-5.1~rc3/support/texi2dvi:596:              mtd_destdir=`dirname "$mtd_destfile"`;;
bash-5.1~rc3/support/texi2dvi-597-      false:*) mtd_destfile=$oname
bash-5.1~rc3/support/texi2dvi:598:               mtd_destdir=`dirname "$mtd_destfile"`;;
bash-5.1~rc3/support/texi2dvi-599-    esac
##############################################
bash-5.1~rc3/support/texi2dvi-607-    # e.g., TeX DVI output is timestamped to only the nearest minute.
bash-5.1~rc3/support/texi2dvi:608:    mtd_destdir=`cd "$mtd_destdir" && pwd`
bash-5.1~rc3/support/texi2dvi:609:    mtd_destbase=`basename "$mtd_destfile"`
bash-5.1~rc3/support/texi2dvi-610-
bash-5.1~rc3/support/texi2dvi:611:    mtd_sourcedir=`dirname "$file"`
bash-5.1~rc3/support/texi2dvi:612:    mtd_sourcedir=`cd "$mtd_sourcedir" && pwd`
bash-5.1~rc3/support/texi2dvi:613:    mtd_sourcebase=`basename "$file"`
bash-5.1~rc3/support/texi2dvi-614-
##############################################
bash-5.1~rc3/support/texi2dvi-657-  test -f "$1" || return 0
bash-5.1~rc3/support/texi2dvi:658:  case $in_lang:$latex2html:`out_lang_tex`:`$SED '1q' "$1"` in
bash-5.1~rc3/support/texi2dvi-659-    # When working with TeX4HT, *.idx are created by LaTeX.  They must
##############################################
bash-5.1~rc3/support/texi2dvi-686-  # \input texinfo.
bash-5.1~rc3/support/texi2dvi:687:  case `$SED '1q' "$1"` in
bash-5.1~rc3/support/texi2dvi-688-    "\\input texinfo"*) return 1;;
##############################################
bash-5.1~rc3/support/texi2dvi-793-  for this_file in $xref_files_new; do
bash-5.1~rc3/support/texi2dvi:794:    verbose "Comparing xref file `echo $this_file | $SED 's|\./||g'` ..."
bash-5.1~rc3/support/texi2dvi-795-    # cmp -s returns nonzero exit status if files differ.
bash-5.1~rc3/support/texi2dvi-796-    if cmp -s "$this_file" "$rel$work_bak/$this_file"; then :; else
bash-5.1~rc3/support/texi2dvi:797:      verbose "xref file `echo $this_file | $SED 's|\./||g'` differed ..."
bash-5.1~rc3/support/texi2dvi-798-      if $debug; then
##############################################
bash-5.1~rc3/support/texi2dvi-861-      ensure_dir "$tex_help_dir"
bash-5.1~rc3/support/texi2dvi:862:      tex_help=`cd "$tex_help_dir" >&6 && $tex --help </dev/null 2>&1 || true`
bash-5.1~rc3/support/texi2dvi-863-    fi
##############################################
bash-5.1~rc3/support/texi2dvi-1021-      do
bash-5.1~rc3/support/texi2dvi:1022:        index_noext=`noext "$index_file"`
bash-5.1~rc3/support/texi2dvi-1023-        run tex \
##############################################
bash-5.1~rc3/support/texi2dvi-1103-  run $dvipdf "$1"
bash-5.1~rc3/support/texi2dvi:1104:  if test ! -f `echo "$1" | $SED -e 's/\.dvi$/.pdf/'`; then
bash-5.1~rc3/support/texi2dvi-1105-    error 1 "cannot find output file"
##############################################
bash-5.1~rc3/support/texi2dvi-1135-    # report progress
bash-5.1~rc3/support/texi2dvi:1136:    suite_cycle=`expr $suite_cycle + 1`
bash-5.1~rc3/support/texi2dvi-1137-    verbose "Cycle $suite_cycle for $command_line_filename"
##############################################
bash-5.1~rc3/support/texi2dvi-1171-      : ${DVIPS:=dvips}
bash-5.1~rc3/support/texi2dvi:1172:      run $DVIPS -o "$in_noext.`out_lang_ext`" "$in_noext.`out_lang_tex`"
bash-5.1~rc3/support/texi2dvi-1173-      move_to_dest "$in_noext.`out_lang_ext`"
##############################################
bash-5.1~rc3/support/texi2dvi-1218-    fi
bash-5.1~rc3/support/texi2dvi:1219:    eval `$SED -n 's/^.*\[\(.*\)version \(....\)-\(..\)-\(..\).*$/txiformat=\1 txiversion="\2\3\4"/p' "$version_test_dir/txiversion.out"`
bash-5.1~rc3/support/texi2dvi:1220:    verbose "texinfo.tex preloaded as \`$txiformat', version is \`$txiversion' ..."
bash-5.1~rc3/support/texi2dvi-1221-    if test "$txiprereq" -le "$txiversion" >&6 2>&1; then
##############################################
bash-5.1~rc3/support/texi2dvi-1452-  #
bash-5.1~rc3/support/texi2dvi:1453:  txincludes=`list_infix includes $path_sep`
bash-5.1~rc3/support/texi2dvi-1454-  test -n "$txincludes" && common="$common$txincludes$path_sep"
##############################################
bash-5.1~rc3/support/texi2dvi-1460-    # detection).
bash-5.1~rc3/support/texi2dvi:1461:    val=`absolute_filenames "$val"`
bash-5.1~rc3/support/texi2dvi-1462-    eval $var="\"$val\""
##############################################
bash-5.1~rc3/support/texi2dvi-1631-      # texindex: texinfo.cp -> texinfo.cps
bash-5.1~rc3/support/texi2dvi:1632:      if test -n "`index_file_p $1`" ; then
bash-5.1~rc3/support/texi2dvi-1633-        echo $1s
##############################################
bash-5.1~rc3/support/texi2dvi-1645-    latex)
bash-5.1~rc3/support/texi2dvi:1646:      if test -n "`aux_file_p $1`"; then
bash-5.1~rc3/support/texi2dvi-1647-        # bibtex: *.aux -> *.bbl and *.blg.
##############################################
bash-5.1~rc3/support/texi2dvi-1720-  # Get the name of the current directory.
bash-5.1~rc3/support/texi2dvi:1721:  in_dir=`func_dirname "$command_line_filename"`
bash-5.1~rc3/support/texi2dvi-1722-
bash-5.1~rc3/support/texi2dvi-1723-  # Strip directory part but leave extension.
bash-5.1~rc3/support/texi2dvi:1724:  in_base=`basename "$command_line_filename"`
bash-5.1~rc3/support/texi2dvi-1725-  # Strip extension.
bash-5.1~rc3/support/texi2dvi:1726:  in_noext=`noext "$in_base"`
bash-5.1~rc3/support/texi2dvi-1727-
##############################################
bash-5.1~rc3/support/texi2dvi-1738-  fi
bash-5.1~rc3/support/texi2dvi:1739:  out_dir=`func_dirname "$out_name"`
bash-5.1~rc3/support/texi2dvi:1740:  out_dir_abs=`absolute "$out_dir"`
bash-5.1~rc3/support/texi2dvi:1741:  out_base=`basename "$out_name"`
bash-5.1~rc3/support/texi2dvi:1742:  out_noext=`noext "$out_base"`
bash-5.1~rc3/support/texi2dvi-1743-}
##############################################
bash-5.1~rc3/support/texi2dvi-1773-    --*=*)
bash-5.1~rc3/support/texi2dvi:1774:      opt=`echo "$1" | $SED -e 's/=.*//'`
bash-5.1~rc3/support/texi2dvi:1775:      val=`echo "$1" | $SED -e 's/[^=]*=//'`
bash-5.1~rc3/support/texi2dvi-1776-      shift
##############################################
bash-5.1~rc3/support/texi2dvi-1798-      # Make it absolute, just in case we also have --clean, or whatever.
bash-5.1~rc3/support/texi2dvi:1799:      oname=`absolute "$1"`;;
bash-5.1~rc3/support/texi2dvi-1800-
##############################################
bash-5.1~rc3/support/texi2dvi-1803-       --dvi|--dvipdf|--html|--info|--pdf|--ps|--text)
bash-5.1~rc3/support/texi2dvi:1804:       out_lang_set `echo "x$1" | $SED 's/^x--//'`;;
bash-5.1~rc3/support/texi2dvi-1805-
##############################################
bash-5.1~rc3/support/texi2dvi-1811-    -t | --texinfo | --command ) shift; textra="$textra\\
bash-5.1~rc3/support/texi2dvi:1812:"`echo "$1" | $SED 's/\\\\/\\\\\\\\/g'`;;
bash-5.1~rc3/support/texi2dvi-1813-    --translate-file ) shift; translate_file="$1";;
##############################################
bash-5.1~rc3/support/texi2dvi-1933-  # `texinfo' or `latex'?
bash-5.1~rc3/support/texi2dvi:1934:  in_lang=`compute_language "$command_line_filename"`
bash-5.1~rc3/support/texi2dvi-1935-
##############################################
bash-5.1~rc3/support/bashbug.sh.in-229-	# find the subject from the temp file and see if it's been changed
bash-5.1~rc3/support/bashbug.sh.in:230:	CURR_SUB=`grep '^Subject: ' "$TEMPFILE1" | sed 's|^Subject:[ 	]*||' | sed 1q`
bash-5.1~rc3/support/bashbug.sh.in-231-
##############################################
bash-5.1~rc3/support/rlvers.sh-22-
bash-5.1~rc3/support/rlvers.sh:23:PROGNAME=`basename $0`
bash-5.1~rc3/support/rlvers.sh-24-
##############################################
bash-5.1~rc3/support/rlvers.sh-53-	fi
bash-5.1~rc3/support/rlvers.sh:54:	v=`${RL_LIBDIR}/rlversion 2>/dev/null`
bash-5.1~rc3/support/rlvers.sh-55-	case "$v" in
##############################################
bash-5.1~rc3/support/rlvers.sh-97-then
bash-5.1~rc3/support/rlvers.sh:98:	v=`$TDIR/rlvers`
bash-5.1~rc3/support/rlvers.sh-99-else
##############################################
bash-5.1~rc3/support/mkconffiles-30-
bash-5.1~rc3/support/mkconffiles:31:PROG=`basename $0`
bash-5.1~rc3/support/mkconffiles-32-
##############################################
bash-5.1~rc3/support/mkconffiles-59-
bash-5.1~rc3/support/mkconffiles:60:DISTRIB=`grep '^BASHVERS' ${srcdir}/configure | sed 's:.*=::'`
bash-5.1~rc3/support/mkconffiles:61:PATCH=`grep '^BASHPATCH' ${srcdir}/configure | sed 's:.*=::'`
bash-5.1~rc3/support/mkconffiles-62-
##############################################
bash-5.1~rc3/support/mkdirs-30-		# dir=${dir%/*}
bash-5.1~rc3/support/mkdirs:31:		# dir=`expr "$dir" ':' '\(/.*\)/[^/]*'`
bash-5.1~rc3/support/mkdirs:32:		if dir=`expr "$dir" ':' '\(.*\)/[^/]*'`; then
bash-5.1~rc3/support/mkdirs-33-			tomake="$dir $tomake"
##############################################
bash-5.1~rc3/support/mkinstalldirs-69-do
bash-5.1~rc3/support/mkinstalldirs:70:  set fnord `echo ":$file" | sed -ne 's/^:\//#/;s/^://;s/\// /g;s/^#/\//;p'`
bash-5.1~rc3/support/mkinstalldirs-71-  shift
##############################################
bash-5.1~rc3/support/shobj-conf-53-
bash-5.1~rc3/support/shobj-conf:54:PROGNAME=`basename $0`
bash-5.1~rc3/support/shobj-conf-55-USAGE="$PROGNAME [-C compiler] -c host_cpu -o host_os -v host_vendor"
##############################################
bash-5.1~rc3/support/shobj-conf-130-
bash-5.1~rc3/support/shobj-conf:131:	SHLIB_XLDFLAGS='-Wl,-rpath,$(libdir) -Wl,-soname,`basename $@ $(SHLIB_MINOR)`'
bash-5.1~rc3/support/shobj-conf-132-	SHLIB_LIBVERSION='$(SHLIB_LIBSUFF).$(SHLIB_MAJOR)$(SHLIB_MINOR)'
##############################################
bash-5.1~rc3/support/shobj-conf-145-	# unused at this time
bash-5.1~rc3/support/shobj-conf:146:	SHLIB_SONAME='$(libdir)/`echo $@ | sed "s:\\..*::"`.$(SHLIB_MAJOR).$(SHLIB_LIBSUFF)'
bash-5.1~rc3/support/shobj-conf-147-
##############################################
bash-5.1~rc3/support/shobj-conf-153-		SHOBJ_LDFLAGS='-dynamic'
bash-5.1~rc3/support/shobj-conf:154:		SHLIB_XLDFLAGS='-arch_only `/usr/bin/arch` -install_name $(libdir)/`echo $@ | sed "s:\\..*::"`.$(SHLIB_MAJOR).$(SHLIB_LIBSUFF) -current_version $(SHLIB_MAJOR)$(SHLIB_MINOR) -compatibility_version $(SHLIB_MAJOR)$(SHLIB_MINOR) -v'
bash-5.1~rc3/support/shobj-conf-155-		;;
##############################################
bash-5.1~rc3/support/shobj-conf-169-		 SHOBJ_LDFLAGS="-dynamiclib -dynamic -undefined dynamic_lookup ${SHOBJ_ARCHFLAGS}"
bash-5.1~rc3/support/shobj-conf:170:		 SHLIB_XLDFLAGS="-dynamiclib ${SHOBJ_ARCHFLAGS}"' -install_name $(libdir)/`echo $@ | sed "s:\\..*::"`.$(SHLIB_MAJOR).$(SHLIB_LIBSUFF) -current_version $(SHLIB_MAJOR)$(SHLIB_MINOR) -compatibility_version $(SHLIB_MAJOR)$(SHLIB_MINOR) -v'
bash-5.1~rc3/support/shobj-conf-171-		;;
##############################################
bash-5.1~rc3/support/shobj-conf-220-
bash-5.1~rc3/support/shobj-conf:221:	SHLIB_XLDFLAGS='-Wl,-soname,`basename $@ $(SHLIB_MINOR)`'
bash-5.1~rc3/support/shobj-conf-222-	SHLIB_LIBVERSION='$(SHLIB_LIBSUFF).$(SHLIB_MAJOR)$(SHLIB_MINOR)'
##############################################
bash-5.1~rc3/support/config.rpath-33-host="$1"
bash-5.1~rc3/support/config.rpath:34:host_cpu=`echo "$host" | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
bash-5.1~rc3/support/config.rpath:35:host_vendor=`echo "$host" | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
bash-5.1~rc3/support/config.rpath:36:host_os=`echo "$host" | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
bash-5.1~rc3/support/config.rpath-37-
##############################################
bash-5.1~rc3/support/config.rpath-47-done
bash-5.1~rc3/support/config.rpath:48:cc_basename=`echo "$cc_temp" | sed -e 's%^.*/%%'`
bash-5.1~rc3/support/config.rpath-49-
##############################################
bash-5.1~rc3/support/config.rpath-94-        *)
bash-5.1~rc3/support/config.rpath:95:          case `$CC -V 2>&1 | sed 5q` in
bash-5.1~rc3/support/config.rpath-96-            *Sun\ F* | *Sun*Fortran*)
##############################################
bash-5.1~rc3/support/config.rpath-235-    sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
bash-5.1~rc3/support/config.rpath:236:      case `$LD -v 2>&1` in
bash-5.1~rc3/support/config.rpath-237-        *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
##############################################
bash-5.1~rc3/support/config.rpath-241-          if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
bash-5.1~rc3/support/config.rpath:242:            hardcode_libdir_flag_spec='`test -z "$SCOABSPATH" && echo ${wl}-rpath,$libdir`'
bash-5.1~rc3/support/config.rpath-243-          else
##############################################
bash-5.1~rc3/support/config.rpath-298-        case $host_os in aix4.[012]|aix4.[012].*)
bash-5.1~rc3/support/config.rpath:299:          collect2name=`${CC} -print-prog-name=collect2`
bash-5.1~rc3/support/config.rpath-300-          if test -f "$collect2name" && \
##############################################
bash-5.1~rc3/support/config.rpath-430-        hardcode_direct=yes
bash-5.1~rc3/support/config.rpath:431:        if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
bash-5.1~rc3/support/config.rpath-432-          hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
##############################################
bash-5.1~rc3/support/config.rpath-494-    sysv5* | sco3.2v5* | sco5v6*)
bash-5.1~rc3/support/config.rpath:495:      hardcode_libdir_flag_spec='`test -z "$SCOABSPATH" && echo ${wl}-R,$libdir`'
bash-5.1~rc3/support/config.rpath-496-      hardcode_libdir_separator=':'
##############################################
bash-5.1~rc3/support/config.rpath-645-sed_quote_subst='s/\(["`$\\]\)/\\\1/g'
bash-5.1~rc3/support/config.rpath:646:escaped_wl=`echo "X$wl" | sed -e 's/^X//' -e "$sed_quote_subst"`
bash-5.1~rc3/support/config.rpath:647:shlibext=`echo "$shrext" | sed -e 's,^\.,,'`
bash-5.1~rc3/support/config.rpath:648:escaped_libname_spec=`echo "X$libname_spec" | sed -e 's/^X//' -e "$sed_quote_subst"`
bash-5.1~rc3/support/config.rpath:649:escaped_library_names_spec=`echo "X$library_names_spec" | sed -e 's/^X//' -e "$sed_quote_subst"`
bash-5.1~rc3/support/config.rpath:650:escaped_hardcode_libdir_flag_spec=`echo "X$hardcode_libdir_flag_spec" | sed -e 's/^X//' -e "$sed_quote_subst"`
bash-5.1~rc3/support/config.rpath-651-
##############################################
bash-5.1~rc3/support/install.sh-82-
bash-5.1~rc3/support/install.sh:83:	-t=*) transformarg=`echo $1 | sed 's/-t=//'`
bash-5.1~rc3/support/install.sh-84-	    shift
##############################################
bash-5.1~rc3/support/install.sh-86-
bash-5.1~rc3/support/install.sh:87:	-b=*) transformbasename=`echo $1 | sed 's/-b=//'`
bash-5.1~rc3/support/install.sh-88-	    shift
##############################################
bash-5.1~rc3/support/install.sh-147-	then
bash-5.1~rc3/support/install.sh:148:		dst="$dst"/`basename $src`
bash-5.1~rc3/support/install.sh-149-	else
##############################################
bash-5.1~rc3/support/install.sh-154-## this sed command emulates the dirname command
bash-5.1~rc3/support/install.sh:155:dstdir=`echo $dst | sed -e 's,[^/]*$,,;s,/$,,;s,^$,.,'`
bash-5.1~rc3/support/install.sh-156-
##############################################
bash-5.1~rc3/support/install.sh-168-IFS='%'
bash-5.1~rc3/support/install.sh:169:set - `echo ${dstdir} | sed -e 's@/@%@g' -e 's@^%@/@'`
bash-5.1~rc3/support/install.sh-170-IFS="${oIFS}"
##############################################
bash-5.1~rc3/support/install.sh-202-	then
bash-5.1~rc3/support/install.sh:203:		dstfile=`basename $dst`
bash-5.1~rc3/support/install.sh-204-	else
##############################################
bash-5.1~rc3/support/install.sh-212-	then
bash-5.1~rc3/support/install.sh:213:		dstfile=`basename $dst`
bash-5.1~rc3/support/install.sh-214-	else
##############################################
bash-5.1~rc3/support/mkversion.sh-23-
bash-5.1~rc3/support/mkversion.sh:24:PROGNAME=`basename $0`
bash-5.1~rc3/support/mkversion.sh-25-USAGE="$PROGNAME [-b] [-S srcdir] -d version -p patchlevel [-s status] [-o outfile]"
##############################################
bash-5.1~rc3/support/mkversion.sh-69-if [ -n "$inc_build" ]; then
bash-5.1~rc3/support/mkversion.sh:70:	build_ver=`expr 1 + $build_ver`
bash-5.1~rc3/support/mkversion.sh-71-fi
##############################################
bash-5.1~rc3/support/mkversion.sh-76-	if [ -s $patchlevel_h ]; then
bash-5.1~rc3/support/mkversion.sh:77:		patch_level=`cat $patchlevel_h | grep '^#define[ 	]*PATCHLEVEL' | awk '{print $NF}'`
bash-5.1~rc3/support/mkversion.sh-78-	fi
##############################################
bash-5.1~rc3/support/mkversion.sh-109-
bash-5.1~rc3/support/mkversion.sh:110:dist_major=`echo $dist_version | sed 's:\..*$::'`
bash-5.1~rc3/support/mkversion.sh-111-[ -z "${dist_major}" ] && dist_major=0
bash-5.1~rc3/support/mkversion.sh-112-
bash-5.1~rc3/support/mkversion.sh:113:dist_minor=`echo $dist_version | sed 's:^.*\.::'`
bash-5.1~rc3/support/mkversion.sh-114-case "$dist_minor" in
##############################################
bash-5.1~rc3/support/mkversion.sh-120-
bash-5.1~rc3/support/mkversion.sh:121:#float_dist=`echo $dist_version | awk '{printf "%.2f\n", $1}'`
bash-5.1~rc3/support/mkversion.sh-122-float_dist=${dist_major}.${dist_minor}
##############################################
bash-5.1~rc3/support/missing-88-    else
bash-5.1~rc3/support/missing:89:      files=`echo "$files" | sed -e 's/:/ /g'`
bash-5.1~rc3/support/missing-90-    fi
##############################################
bash-5.1~rc3/support/missing-116-	*.y)
bash-5.1~rc3/support/missing:117:	    SRCFILE=`echo "$LASTARG" | sed 's/y$/c/'`
bash-5.1~rc3/support/missing-118-	    if [ -f "$SRCFILE" ]; then
##############################################
bash-5.1~rc3/support/missing-120-	    fi
bash-5.1~rc3/support/missing:121:	    SRCFILE=`echo "$LASTARG" | sed 's/y$/h/'`
bash-5.1~rc3/support/missing-122-	    if [ -f "$SRCFILE" ]; then
##############################################
bash-5.1~rc3/support/missing-146-	*.l)
bash-5.1~rc3/support/missing:147:	    SRCFILE=`echo "$LASTARG" | sed 's/l$/c/'`
bash-5.1~rc3/support/missing-148-	    if [ -f "$SRCFILE" ]; then
##############################################
bash-5.1~rc3/support/missing-166-         the \`GNU make' package.  Grab either from any GNU archive site."
bash-5.1~rc3/support/missing:167:    file=`echo "$*" | sed -n 's/.*-o \([^ ]*\).*/\1/p'`
bash-5.1~rc3/support/missing-168-    if test -z "$file"; then
bash-5.1~rc3/support/missing:169:      file=`echo "$*" | sed 's/.* \([^ ]*\) *$/\1/'`
bash-5.1~rc3/support/missing:170:      file=`sed -n '/^@setfilename/ { s/.* \([^ ]*\) *$/\1/; p; q; }' $file`
bash-5.1~rc3/support/missing-171-    fi
##############################################
bash-5.1~rc3/support/fixlinks-79-	case "$unfix" in
bash-5.1~rc3/support/fixlinks:80:	yes)	dirname=`expr "$name" ':' '^\(.*\)/[^/]*'`
bash-5.1~rc3/support/fixlinks-81-		[ -z "$dirname" ] && dirname=.
##############################################
bash-5.1~rc3/support/mkclone-21-#
bash-5.1~rc3/support/mkclone:22:prog=`basename $0`
bash-5.1~rc3/support/mkclone-23-
##############################################
bash-5.1~rc3/support/texi2html-2102-      if ($T2H_VERBOSE);
bash-5.1~rc3/support/texi2html:2103:    require($init_file);
bash-5.1~rc3/support/texi2html-2104-  }
##############################################
bash-5.1~rc3/support/texi2html-2218-	    if ($T2H_VERBOSE);
bash-5.1~rc3/support/texi2html:2219:	require($i);
bash-5.1~rc3/support/texi2html-2220-    }
##############################################
bash-5.1~rc3/support/texi2html-2453-    print "# reading extensions from $extensions\n" if $T2H_VERBOSE;
bash-5.1~rc3/support/texi2html:2454:    require($extensions);
bash-5.1~rc3/support/texi2html-2455-}
##############################################
bash-5.1~rc3/support/texi2html-2460-	print "# reading extensions from $extensions\n" if $T2H_VERBOSE;
bash-5.1~rc3/support/texi2html:2461:	require($extensions);
bash-5.1~rc3/support/texi2html-2462-    }
##############################################
bash-5.1~rc3/support/texi2html-2658-  print "# l2h: executing '$call'\n" if ($T2H_VERBOSE);
bash-5.1~rc3/support/texi2html:2659:  if (system($call))
bash-5.1~rc3/support/texi2html-2660-  {
##############################################
bash-5.1~rc3/support/texi2html-2923-      $dest = "${docu_name}_$maximage.$ext";
bash-5.1~rc3/support/texi2html:2924:      system("cp -f $docu_rdir$src $docu_rdir$dest");
bash-5.1~rc3/support/texi2html-2925-      $l2h_img{$src} = $dest;
##############################################
bash-5.1~rc3/support/texi2html-2995-}
bash-5.1~rc3/support/texi2html:2996:eval("sub simple_substitutions { $subst_code }");
bash-5.1~rc3/support/texi2html-2997-
##############################################
bash-5.1~rc3/support/texi2html-4256-	    ($nn, $_, $in) = @args;
bash-5.1~rc3/support/texi2html:4257:	    $_ = "${before}${type} file `$in', node `$nn'$after";
bash-5.1~rc3/support/texi2html-4258-	} elsif ($sec && $href && ! $T2H_SHORT_REF) {
##############################################
bash-5.1~rc3/support/bashbug.sh-230-	# find the subject from the temp file and see if it's been changed
bash-5.1~rc3/support/bashbug.sh:231:	CURR_SUB=`grep '^Subject: ' "$TEMPFILE1" | sed 's|^Subject:[ 	]*||' | sed 1q`
bash-5.1~rc3/support/bashbug.sh-232-
##############################################
bash-5.1~rc3/aclocal.m4-122-bash_cv_decl_$1=yes, bash_cv_decl_$1=no)])
bash-5.1~rc3/aclocal.m4:123:bash_tr_func=HAVE_DECL_`echo $1 | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
bash-5.1~rc3/aclocal.m4-124-if test $bash_cv_decl_$1 = yes; then
##############################################
bash-5.1~rc3/aclocal.m4-1924-2*|3*|4*|5*|6*|7*|8*|9*)
bash-5.1~rc3/aclocal.m4:1925:	RL_MAJOR=`echo $ac_cv_rl_version | sed 's:\..*$::'`
bash-5.1~rc3/aclocal.m4:1926:	RL_MINOR=`echo $ac_cv_rl_version | sed -e 's:^.*\.::' -e 's:[[a-zA-Z]]*$::'`
bash-5.1~rc3/aclocal.m4-1927-	;;
##############################################
bash-5.1~rc3/aclocal.m4-2074-      AC_CACHE_CHECK([where .elc files should go], [am_cv_lispdir], [dnl
bash-5.1~rc3/aclocal.m4:2075:	am_cv_lispdir=`$EMACS -batch -q -eval '(while load-path (princ (concat (car load-path) "\n")) (setq load-path (cdr load-path)))' | sed -n -e 's,/$,,' -e '/.*\/lib\/\(x\?emacs\/site-lisp\)$/{s,,${libdir}/\1,;p;q;}' -e '/.*\/share\/\(x\?emacs\/site-lisp\)$/{s,,${datadir}/\1,;p;q;}'`
bash-5.1~rc3/aclocal.m4-2076-	if test -z "$am_cv_lispdir"; then
##############################################
bash-5.1~rc3/debian/locale-gen-13-	[ -n "$locale" -a -n "$charset" ] || continue
bash-5.1~rc3/debian/locale-gen:14:	echo -n "  `echo $locale | sed 's/\([^.\@]*\).*/\1/'`"
bash-5.1~rc3/debian/locale-gen-15-	echo -n ".$charset"
bash-5.1~rc3/debian/locale-gen:16:	echo -n `echo $locale | sed 's/\([^\@]*\)\(\@.*\)*/\2/'`
bash-5.1~rc3/debian/locale-gen-17-	echo -n '...'
##############################################
bash-5.1~rc3/debian/locale-gen-20-	else
bash-5.1~rc3/debian/locale-gen:21:            input=`echo $locale | sed 's/\([^.]*\)[^@]*\(.*\)/\1\2/'`
bash-5.1~rc3/debian/locale-gen-22-	fi
##############################################
bash-5.1~rc3/.pc/bashbug-editor.diff/support/bashbug.sh-229-	# find the subject from the temp file and see if it's been changed
bash-5.1~rc3/.pc/bashbug-editor.diff/support/bashbug.sh:230:	CURR_SUB=`grep '^Subject: ' "$TEMPFILE1" | sed 's|^Subject:[ 	]*||' | sed 1q`
bash-5.1~rc3/.pc/bashbug-editor.diff/support/bashbug.sh-231-