From 850fb2e7f94b4e0e9fbf3538ad9e3c44c9fed74b Mon Sep 17 00:00:00 2001 From: Tanaka Akira Date: Thu, 15 Apr 1999 18:14:01 +0000 Subject: zsh-3.1.5-pws-7 --- Functions/zls | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Functions') diff --git a/Functions/zls b/Functions/zls index f2299903c..22138cd6c 100644 --- a/Functions/zls +++ b/Functions/zls @@ -32,7 +32,7 @@ local time=mtime tmod=m if ((! ARGC)) then if [[ $opts = *t* ]]; then - set *(O$tmod) + set *(o$tmod) else set * fi @@ -44,7 +44,7 @@ elif [[ $opts = *t* && $ARGC -gt 1 ]]; then for (( f = 2; f <= $ARGC; f++ )); do n="$n|\$$f" done - eval "argv=(($n)(O$tmod))" + eval "argv=(($n)(o$tmod))" fi for f in $* -- cgit 1.4.1