+2006-10-25 Paul Eggert <eggert@cs.ucla.edu>
+
+ * doc/autoconf.texi (Slashes): Document Tru64 4.0 bug reported by
+ Jim Meyering.
+
2006-10-25 Stepan Kasal <kasal@ucw.cz>
* tests/tools.at (autom4te --force): New test, verifies that
/bc
@end example
+Unpatched Tru64 4.0 @command{sh} adds a slash after @samp{"$var"} if the
+variable is empty and the second double-quote is followed by a word that
+begins and ends with slash:
+
+@example
+$ @kbd{sh -xc 'p=; echo "$p"/ouch/'}
+p=
++ echo //ouch/
+//ouch/
+@end example
+
However, our understanding is that patches are available, so perhaps
-it's not worth worrying about working around this horrendous bug.
+it's not worth worrying about working around these horrendous bugs.
@node Special Shell Variables
@section Special Shell Variables