+2009-03-27 Eli Zaretskii <eliz@gnu.org>
+
+ * djunpack.bat: Use ".." quoting in Sed command, for the sake of
+ Windows builds of Sed.
+
2009-03-18 Tom Tromey <tromey@redhat.com>
* configure: Rebuild.
copy fnchange.tmp junk.tmp > nul\r
if not exist junk.tmp GoTo NoDjTar\r
del junk.tmp\r
-sed -e 's,@V@,%GDBVER%,g' < fnchange.tmp > fnchange.lst\r
+sed -e "s,@V@,%GDBVER%,g" < fnchange.tmp > fnchange.lst\r
Rem See the comment above about the reason for using COPY.\r
copy fnchange.lst junk.tmp > nul\r
if not exist junk.tmp GoTo NoSed\r