Mikael: 26759: missing here-document terminator

This commit is contained in:
Peter Stephenson 2009-03-19 16:56:05 +00:00
parent 43c1f052ce
commit 9cc93fe728
2 changed files with 5 additions and 1 deletions

View file

@ -1,5 +1,8 @@
2009-03-19 Peter Stephenson <pws@csr.com>
* Mikael: 26759: Src/Modules/curses.mdd: missing here-document
terminator.
* 26756: Completion/Zsh/Type/_history_modifiers: handling
following :s was wrong.
@ -11451,5 +11454,5 @@
*****************************************************
* This is used by the shell to define $ZSH_PATCHLEVEL
* $Revision: 1.4626 $
* $Revision: 1.4627 $
*****************************************************

View file

@ -11,3 +11,4 @@ curses.o curses..o: curses_keys.h
curses_keys.h: curses_keys.awk @CURSES_KEYS_H@
$(AWK) -f $(sdir)/curses_keys.awk @CURSES_KEYS_H@ /dev/null >curses_keys.h
Make