summaryrefslogtreecommitdiff
path: root/djunpack.bat
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2009-03-27 13:37:09 +0000
committerEli Zaretskii <eliz@gnu.org>2009-03-27 13:37:09 +0000
commit23da2762737346f683b2be1db5d4305c80ce33fe (patch)
tree90a3d8e5e75b0371f3a1ca88f37c9a36e359520b /djunpack.bat
parent82879e9f139e22f6d7b8846399a62594474e4f77 (diff)
downloadgdb-23da2762737346f683b2be1db5d4305c80ce33fe.tar.gz
* 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 f09f5ed3251..5c6e9b2e3f4 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