* djunpack.bat: Change the Sed script to replace @V@ in fnchange.lst

with the version name.
This commit is contained in:
Eli Zaretskii 2000-05-08 15:13:30 +00:00
parent 73555bb47e
commit 31ca470d43
1 changed files with 1 additions and 1 deletions

View File

@ -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