2001-05-14 Tom Tromey <tromey@redhat.com>
+ * lib/ylwrap: Fixed quoting on regular expression. Fixes
+ yacc4.test.
+
Fix for texinfo10.test.
* tests/Makefile.am (XFAIL_TESTS): Remove texinfo10.test.
* lib/am/texinfos.am: Use LOCAL-TEXIS liberally.
input_dir="`echo $input | sed -e 's,/[^/]*$,,'`"
# Quote $INPUT_DIR so we can use it in a regexp.
# FIXME: really we should care about more than `.'.
-input_rx="`echo $input_dir | sed -e 's,.,\.,g'`"
+input_rx="`echo $input_dir | sed -e 's,\.,\\\.,g'`"
+
+echo "got $input_rx"
pairlist=
while test "$#" -ne 0; do