projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ed0a91a
)
* djunpack.bat: Change the Sed script to replace @V@ in fnchange.lst
author
Eli Zaretskii
<eliz@gnu.org>
Mon, 8 May 2000 15:13:30 +0000
(15:13 +0000)
committer
Eli Zaretskii
<eliz@gnu.org>
Mon, 8 May 2000 15:13:30 +0000
(15:13 +0000)
with the version name.
djunpack.bat
patch
|
blob
|
history
diff --git
a/djunpack.bat
b/djunpack.bat
index 1a9e4aa197f94d078953164b7c9e16bdf7cdf81d..f09f5ed3251f20ec1acf824eae0720bf547410a7 100755
(executable)
--- 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
\r
if not exist junk.tmp GoTo NoDjTar
\r
del junk.tmp
\r
-sed -e 's,
^,%GDBVER%,' -e 's, *, %GDBVER%,
' < fnchange.tmp > fnchange.lst
\r
+sed -e 's,
@V@,%GDBVER%,g
' < fnchange.tmp > fnchange.lst
\r
Rem See the comment above about the reason for using COPY.
\r
copy fnchange.lst junk.tmp > nul
\r
if not exist junk.tmp GoTo NoSed
\r