X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=djunpack.bat;h=5c6e9b2e3f4865c69ae37e3d1bd85a8b8a6f2599;hb=1d29ab86cb5145cac5045c1a4113d8b8fbd4d9c6;hp=1a9e4aa197f94d078953164b7c9e16bdf7cdf81d;hpb=6cafa39f7c9e89b761cbc82b867e648255774188;p=deliverable%2Fbinutils-gdb.git diff --git a/djunpack.bat b/djunpack.bat index 1a9e4aa197..5c6e9b2e3f 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,^,%GDBVER%,' -e 's, *, %GDBVER%,' < 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