mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-10-27 04:40:59 +01:00
24576: replace shebang lines.
This commit is contained in:
parent
9fffc58ccf
commit
7814ace748
3 changed files with 7 additions and 0 deletions
|
|
@ -1,3 +1,8 @@
|
|||
2008-02-22 Clint Adams <clint@zsh.org>
|
||||
|
||||
* 24576: Functions/Calendar/calendar_add,
|
||||
Functions/Misc/sticky-note: replace shebang lines.
|
||||
|
||||
2008-02-21 Peter Stephenson <pws@csr.com>
|
||||
|
||||
* users/12632: Src/exec.c: bug unexporting special parameter
|
||||
|
|
|
|||
|
|
@ -1,3 +1,4 @@
|
|||
#!/bin/zsh
|
||||
# All arguments are joined with spaces and inserted into the calendar
|
||||
# file at the appropriate point.
|
||||
#
|
||||
|
|
|
|||
|
|
@ -1,3 +1,4 @@
|
|||
#!/bin/zsh -fi
|
||||
# A little zsh sticky-note ("post-it") application. Sticky notes are
|
||||
# stored in the file named by the STICKYFILE variable (defaults to
|
||||
# $HOME/.zsticky). The number of notes stored is STICKYSIZE (1000).
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue