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