diff options
author | Clint Adams <clint@users.sourceforge.net> | 2008-02-07 02:07:59 +0000 |
---|---|---|
committer | Clint Adams <clint@users.sourceforge.net> | 2008-02-07 02:07:59 +0000 |
commit | 5202a8be2e977dca4070da529d2640e5fc79efcf (patch) | |
tree | deb7f6069a4b844481b29a9860d2b24acfe25f25 | |
parent | aad025407c5ef6c1b3b3557334e3719c827d7429 (diff) | |
download | zsh-5202a8be2e977dca4070da529d2640e5fc79efcf.tar.gz zsh-5202a8be2e977dca4070da529d2640e5fc79efcf.tar.xz zsh-5202a8be2e977dca4070da529d2640e5fc79efcf.zip |
unposted: remove shebang line.
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | Functions/Calendar/calendar_add | 2 | ||||
-rw-r--r-- | Functions/Misc/run-help-git | 1 | ||||
-rw-r--r-- | Functions/Misc/sticky-note | 2 |
4 files changed, 4 insertions, 5 deletions
diff --git a/ChangeLog b/ChangeLog index 1c87cbdae..bb988328e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2008-02-07 Clint Adams <clint@zsh.org> + + * unposted: Functions/Misc/run-help-git: remove shebang line. + 2008-02-06 Clint Adams <clint@zsh.org> * 24536: Completion/Unix/Command/_cut: tweaks to 24529, spelling diff --git a/Functions/Calendar/calendar_add b/Functions/Calendar/calendar_add index 04401bc9f..c24556585 100644 --- a/Functions/Calendar/calendar_add +++ b/Functions/Calendar/calendar_add @@ -1,5 +1,3 @@ -#!/bin/zsh - # All arguments are joined with spaces and inserted into the calendar # file at the appropriate point. # diff --git a/Functions/Misc/run-help-git b/Functions/Misc/run-help-git index 51c6e250c..ce94d0d02 100644 --- a/Functions/Misc/run-help-git +++ b/Functions/Misc/run-help-git @@ -1,4 +1,3 @@ -#!/bin/zsh if [ $# -eq 0 ]; then man git else diff --git a/Functions/Misc/sticky-note b/Functions/Misc/sticky-note index dee26cade..50ebf4a59 100644 --- a/Functions/Misc/sticky-note +++ b/Functions/Misc/sticky-note @@ -1,5 +1,3 @@ -#!/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). |