From c465a371ea7822e10cb2f4061cb8dc4aab40b023 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Fri, 27 Mar 2009 13:37:09 +0000 Subject: [PATCH] * djunpack.bat: Use ".." quoting in Sed command, for the sake of Windows builds of Sed. --- ChangeLog | 5 +++++ djunpack.bat | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 7e44f7d56..85cc9df5a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2009-03-27 Eli Zaretskii + + * djunpack.bat: Use ".." quoting in Sed command, for the sake of + Windows builds of Sed. + 2009-03-18 Tom Tromey * configure: Rebuild. diff --git a/djunpack.bat b/djunpack.bat index f09f5ed32..5c6e9b2e3 100755 --- a/djunpack.bat +++ b/djunpack.bat @@ -31,7 +31,7 @@ Rem an empty fnchange.tmp even if the command failed for some reason. copy fnchange.tmp junk.tmp > nul if not exist junk.tmp GoTo NoDjTar del junk.tmp -sed -e 's,@V@,%GDBVER%,g' < fnchange.tmp > fnchange.lst +sed -e "s,@V@,%GDBVER%,g" < fnchange.tmp > fnchange.lst Rem See the comment above about the reason for using COPY. copy fnchange.lst junk.tmp > nul if not exist junk.tmp GoTo NoSed