X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=djunpack.bat;h=5c6e9b2e3f4865c69ae37e3d1bd85a8b8a6f2599;hb=4bdb25fe6902963ca9cf91d6b2688cf888527bf8;hp=f09f5ed3251f20ec1acf824eae0720bf547410a7;hpb=2ee563b53258d390d7446e90a67f465d504ae44c;p=deliverable%2Fbinutils-gdb.git diff --git a/djunpack.bat b/djunpack.bat index f09f5ed325..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,@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