From 75c0f5cde8994b3bc3b277263311d8ac553435c9 Mon Sep 17 00:00:00 2001 From: Clint Adams Date: Thu, 13 Dec 2007 22:20:58 +0000 Subject: 24242: unify top lines as #!/bin/zsh (followed by options). --- Functions/Misc/checkmail | 2 +- Functions/Misc/run-help | 2 +- Functions/Misc/zcalc | 2 +- Functions/Misc/zkbd | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) (limited to 'Functions/Misc') diff --git a/Functions/Misc/checkmail b/Functions/Misc/checkmail index fc987e871..e3597bf24 100644 --- a/Functions/Misc/checkmail +++ b/Functions/Misc/checkmail @@ -1,4 +1,4 @@ -#! /usr/local/bin/zsh +#!/bin/zsh # # This autoloadable function checks the folders specified as arguments # for new mails. The arguments are interpreted in exactly the same way diff --git a/Functions/Misc/run-help b/Functions/Misc/run-help index bae321890..ec0334118 100644 --- a/Functions/Misc/run-help +++ b/Functions/Misc/run-help @@ -1,4 +1,4 @@ -#!/usr/local/bin/zsh +#!/bin/zsh # # Figure out where to get the best help, and get it. # diff --git a/Functions/Misc/zcalc b/Functions/Misc/zcalc index 9ce02c02f..1c07e3798 100644 --- a/Functions/Misc/zcalc +++ b/Functions/Misc/zcalc @@ -1,4 +1,4 @@ -#!/usr/local/bin/zsh -i +#!/bin/zsh -i # # Zsh calculator. Understands most ordinary arithmetic expressions. # Line editing and history are available. A blank line or `q' quits. diff --git a/Functions/Misc/zkbd b/Functions/Misc/zkbd index 6b7959979..a1007cc65 100644 --- a/Functions/Misc/zkbd +++ b/Functions/Misc/zkbd @@ -1,4 +1,4 @@ -#! /bin/zsh -f +#!/bin/zsh -f [[ -o interactive ]] && { local -i ARGC -- cgit 1.4.1