Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2009-03-27 16:37:09 +0300
committerEli Zaretskii <eliz@gnu.org>2009-03-27 16:37:09 +0300
commitc465a371ea7822e10cb2f4061cb8dc4aab40b023 (patch)
treeedcc4671743f07fe2e7958229f484b8ff457b285 /djunpack.bat
parent7a9f309bcd79ecfe3af91680cd14098feaf1195e (diff)
* djunpack.bat: Use ".." quoting in Sed command, for the sake of
Windows builds of Sed.
Diffstat (limited to 'djunpack.bat')
-rwxr-xr-xdjunpack.bat2
1 files changed, 1 insertions, 1 deletions
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