Skip to content

Commit 47afba5

Browse files
committed
* djunpack.bat: Use ".." quoting in Sed command, for the sake of Windows builds of Sed.
1 parent ea882e8 commit 47afba5

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

ChangeLog

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
2009-03-27 Eli Zaretskii <[email protected]>
2+
3+
* djunpack.bat: Use ".." quoting in Sed command, for the sake of
4+
Windows builds of Sed.
5+
16
2009-03-18 Tom Tromey <[email protected]>
27

38
* configure: Rebuild.

djunpack.bat

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Rem an empty fnchange.tmp even if the command failed for some reason.
3131
copy fnchange.tmp junk.tmp > nul
3232
if not exist junk.tmp GoTo NoDjTar
3333
del junk.tmp
34-
sed -e 's,@V@,%GDBVER%,g' < fnchange.tmp > fnchange.lst
34+
sed -e "s,@V@,%GDBVER%,g" < fnchange.tmp > fnchange.lst
3535
Rem See the comment above about the reason for using COPY.
3636
copy fnchange.lst junk.tmp > nul
3737
if not exist junk.tmp GoTo NoSed

0 commit comments

Comments
 (0)