From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from euclid.skiles.gatech.edu (euclid.skiles.gatech.edu [130.207.146.50]) by werple.net.au (8.7/8.7.1) with ESMTP id QAA13727 for ; Sun, 7 Jan 1996 16:57:01 +1100 (EST) Received: (from list@localhost) by euclid.skiles.gatech.edu (8.7.3/8.7.3) id AAA15686; Sun, 7 Jan 1996 00:29:49 -0500 (EST) Resent-Date: Sun, 7 Jan 1996 00:29:49 -0500 (EST) To: Michael Talbot-Wilson CC: Zsh Workers Subject: Re: Hi. Installed on FreeBSD 2.1 References: From: dhall@illusion.apk.net (d. hall) Date: 07 Jan 1996 00:31:12 -0500 In-Reply-To: Michael Talbot-Wilson's message of Sun, 7 Jan 1996 15:54:03 +1030 (CST) Message-ID: Organization: // DMi Virtual Softworks Resent-Message-ID: <"U7fxp.0.0r3.Dfrxm"@euclid> Resent-From: zsh-workers@math.gatech.edu X-Mailing-List: archive/latest/715 X-Loop: zsh-workers@math.gatech.edu Precedence: list Resent-Sender: zsh-workers-request@math.gatech.edu ð thus on Sun, 7 Jan 1996 15:54:03 +1030 (CST), Michael virtually scripted... > I have a little problem with ls, though I guess it's more general. Best > explained by examples: > $ ls -l -F # okay > $ A='-l' > $ ls $A -F # okay > $ B='-l -F' > $ ls $B # error > # BSD ls: "illegal option --" > # GNU ls: "invalid option --" > $ ls --8bit --color=tty -lF # okay (GNU color ls) > $ C='--8bit --color=tty' > $ ls $C -lF # unrecognized option `--8bit --color=tty' > # (GNU color ls) > The problem does not appear with bash or tcsh. It does appear with two > varieties of ls with zsh. > The color ls works by assigning the variable LS_OPTIONS and using it in > aliases. It is set to "--8bit --color=