1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-09-03 10:21:46 +02:00

unposted: fix error using dollar Revision dollar

This commit is contained in:
Peter Stephenson 2009-01-09 20:31:23 +00:00
parent 18143c3226
commit 369a03d09f
2 changed files with 5 additions and 2 deletions

View file

@ -1,5 +1,8 @@
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,
* unposted: add RCS Revision tag for use in patchlevel
@ -10876,5 +10879,5 @@
*****************************************************
* This is used by the shell to define $ZSH_PATCHLEVEL
* $Revision: 1.4498 $
* $Revision: 1.4499 $
*****************************************************

View file

@ -44,7 +44,7 @@ version.h: $(sdir_top)/Config/version.mk zshcurses.h zshterm.h
patchlevel.h: $(sdir_top)/ChangeLog
{ \
echo -n "#define ZSH_PATCHLEVEL "; \
sed -ne 's/^\* *\$$Revision: 1.19 $$/"\1"/p' \
sed -ne 's/^\* *\$$''Revision: \(.*\) ''\$$/"\1"/p' \
$(sdir_top)/ChangeLog; \
} >patchlevel.h