From 7814ace748ff2fbf3bd8e2d661ed449bb128da11 Mon Sep 17 00:00:00 2001 From: Clint Adams Date: Fri, 22 Feb 2008 02:56:13 +0000 Subject: 24576: replace shebang lines. --- ChangeLog | 5 +++++ Functions/Calendar/calendar_add | 1 + Functions/Misc/sticky-note | 1 + 3 files changed, 7 insertions(+) diff --git a/ChangeLog b/ChangeLog index 22a0aa239..c5e27b7d1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2008-02-22 Clint Adams + + * 24576: Functions/Calendar/calendar_add, + Functions/Misc/sticky-note: replace shebang lines. + 2008-02-21 Peter Stephenson * 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). -- cgit 1.4.1