mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-09-07 23:51:14 +02:00
unposted: fix error using dollar Revision dollar
This commit is contained in:
parent
18143c3226
commit
369a03d09f
2 changed files with 5 additions and 2 deletions
|
@ -1,5 +1,8 @@
|
||||||
2009-01-09 Peter Stephenson <p.w.stephenson@ntlworld.com>
|
2009-01-09 Peter Stephenson <p.w.stephenson@ntlworld.com>
|
||||||
|
|
||||||
|
* unposted: Src/zsh.mdd: fix the inevitable confusion with
|
||||||
|
using dollar Revision dollar.
|
||||||
|
|
||||||
* 26272: Doc/Zsh/params.yo, Src/params.c, Src/zsh.mdd,
|
* 26272: Doc/Zsh/params.yo, Src/params.c, Src/zsh.mdd,
|
||||||
|
|
||||||
* unposted: add RCS Revision tag for use in patchlevel
|
* unposted: add RCS Revision tag for use in patchlevel
|
||||||
|
@ -10876,5 +10879,5 @@
|
||||||
|
|
||||||
*****************************************************
|
*****************************************************
|
||||||
* This is used by the shell to define $ZSH_PATCHLEVEL
|
* This is used by the shell to define $ZSH_PATCHLEVEL
|
||||||
* $Revision: 1.4498 $
|
* $Revision: 1.4499 $
|
||||||
*****************************************************
|
*****************************************************
|
||||||
|
|
|
@ -44,7 +44,7 @@ version.h: $(sdir_top)/Config/version.mk zshcurses.h zshterm.h
|
||||||
patchlevel.h: $(sdir_top)/ChangeLog
|
patchlevel.h: $(sdir_top)/ChangeLog
|
||||||
{ \
|
{ \
|
||||||
echo -n "#define ZSH_PATCHLEVEL "; \
|
echo -n "#define ZSH_PATCHLEVEL "; \
|
||||||
sed -ne 's/^\* *\$$Revision: 1.19 $$/"\1"/p' \
|
sed -ne 's/^\* *\$$''Revision: \(.*\) ''\$$/"\1"/p' \
|
||||||
$(sdir_top)/ChangeLog; \
|
$(sdir_top)/ChangeLog; \
|
||||||
} >patchlevel.h
|
} >patchlevel.h
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue