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/zcalc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Functions/Misc/zcalc') 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. -- cgit 1.4.1