about summary refs log tree commit diff
diff options
context:
space:
mode:
authorClint Adams <clint@users.sourceforge.net>2008-02-22 02:56:13 +0000
committerClint Adams <clint@users.sourceforge.net>2008-02-22 02:56:13 +0000
commit7814ace748ff2fbf3bd8e2d661ed449bb128da11 (patch)
treeb0ad2ba1aedb975755e7a270058e0937c7cf293a
parent9fffc58ccf6f4d1f9440904037c6f65682640d29 (diff)
downloadzsh-7814ace748ff2fbf3bd8e2d661ed449bb128da11.tar.gz
zsh-7814ace748ff2fbf3bd8e2d661ed449bb128da11.tar.xz
zsh-7814ace748ff2fbf3bd8e2d661ed449bb128da11.zip
24576: replace shebang lines.
-rw-r--r--ChangeLog5
-rw-r--r--Functions/Calendar/calendar_add1
-rw-r--r--Functions/Misc/sticky-note1
3 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 22a0aa239..c5e27b7d1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
diff --git a/Functions/Calendar/calendar_add b/Functions/Calendar/calendar_add
index 592c9d671..280e5f365 100644
--- a/Functions/Calendar/calendar_add
+++ b/Functions/Calendar/calendar_add
@@ -1,3 +1,4 @@
+#!/bin/zsh
 # All arguments are joined with spaces and inserted into the calendar
 # file at the appropriate point.
 #
diff --git a/Functions/Misc/sticky-note b/Functions/Misc/sticky-note
index 50ebf4a59..53c786c60 100644
--- a/Functions/Misc/sticky-note
+++ b/Functions/Misc/sticky-note
@@ -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).