Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2000-05-08 19:13:30 +0400
committerEli Zaretskii <eliz@gnu.org>2000-05-08 19:13:30 +0400
commit31ca470d432f065984509cc07226284a4f2f24b5 (patch)
tree805f4a5c16caf649cc6fd7d1aaf27010433098a6 /djunpack.bat
parent73555bb47ead276fe525af6c6abbd9d840cec5d9 (diff)
* djunpack.bat: Change the Sed script to replace @V@ in fnchange.lst
with the version name.
Diffstat (limited to 'djunpack.bat')
-rwxr-xr-xdjunpack.bat2
1 files changed, 1 insertions, 1 deletions
diff --git a/djunpack.bat b/djunpack.bat
index 1a9e4aa19..f09f5ed32 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