about summary refs log tree commit diff
path: root/Functions/Calendar
diff options
context:
space:
mode:
authorClint Adams <clint@users.sourceforge.net>2007-12-13 22:20:58 +0000
committerClint Adams <clint@users.sourceforge.net>2007-12-13 22:20:58 +0000
commit75c0f5cde8994b3bc3b277263311d8ac553435c9 (patch)
tree2277d52f8be19ab31729062803ad8e0c6eb9ae68 /Functions/Calendar
parentc48b70d59e8c9df2c8999ffbdc603052fb609730 (diff)
downloadzsh-75c0f5cde8994b3bc3b277263311d8ac553435c9.tar.gz
zsh-75c0f5cde8994b3bc3b277263311d8ac553435c9.tar.xz
zsh-75c0f5cde8994b3bc3b277263311d8ac553435c9.zip
24242: unify top lines as #!/bin/zsh (followed by options).
Diffstat (limited to 'Functions/Calendar')
-rw-r--r--Functions/Calendar/calendar_add2
1 files changed, 1 insertions, 1 deletions
diff --git a/Functions/Calendar/calendar_add b/Functions/Calendar/calendar_add
index 6c61a3cba..e8c535d59 100644
--- a/Functions/Calendar/calendar_add
+++ b/Functions/Calendar/calendar_add
@@ -1,4 +1,4 @@
-#!/bin/env zsh
+#!/bin/zsh
 
 # All arguments are joined with spaces and inserted into the calendar
 # file at the appropriate point.