Skip to content
Snippets Groups Projects
Commit 430066a8 authored by Eli Zaretskii's avatar Eli Zaretskii
Browse files

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

        with the version name.
parent ed0a91a5
No related branches found
No related tags found
No related merge requests found
...@@ -31,7 +31,7 @@ Rem an empty fnchange.tmp even if the command failed for some reason. ...@@ -31,7 +31,7 @@ Rem an empty fnchange.tmp even if the command failed for some reason.
copy fnchange.tmp junk.tmp > nul copy fnchange.tmp junk.tmp > nul
if not exist junk.tmp GoTo NoDjTar if not exist junk.tmp GoTo NoDjTar
del junk.tmp 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. Rem See the comment above about the reason for using COPY.
copy fnchange.lst junk.tmp > nul copy fnchange.lst junk.tmp > nul
if not exist junk.tmp GoTo NoSed if not exist junk.tmp GoTo NoSed
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment