X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=djunpack.bat;h=5c6e9b2e3f4865c69ae37e3d1bd85a8b8a6f2599;hb=bda13cdcf0db4d9cee648bfa0bfc7f1a4415d2a7;hp=f09f5ed3251f20ec1acf824eae0720bf547410a7;hpb=430066a89b29463324ad0e3c8f608f9e830665de;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