zsh-workers
 help / color / mirror / code / Atom feed
From: Zoltan Hidvegi <hzoli@austin.rr.com>
To: zsh-workers@math.gatech.edu (Zsh hacking and development)
Subject: Re: Docs fix
Date: Mon, 26 Oct 1998 19:25:56 -0600 (CST)	[thread overview]
Message-ID: <199810270125.TAA18613@hzoli.home> (raw)
In-Reply-To: <981026155319.ZM11570@candle.brasslantern.com> from Bart Schaefer at "Oct 26, 98 03:53:19 pm"

> > The first one is just some stuff for the FAQ about $* vs "$@"
> 
> The FAQ was correct without this patch.  $* and "$@" are equivalent in
> zsh, unless you run it under Bourne sh or ksh emulation (i.e. with the
> SH_WORD_SPLIT option set).

Not exactly.  "$@" keeps empty arguments and independent of option and
IFS settings, neither of which is true for $*.  It's good habbit to use
"$@".  The use of $* is almost always wrong in bourne/korn shell scripts
still people use that all the time.

Zoli


  reply	other threads:[~1998-10-27  1:31 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1998-10-26 23:03 Phil Pennock
1998-10-26 23:53 ` Bart Schaefer
1998-10-27  1:25   ` Zoltan Hidvegi [this message]
1998-10-27  2:27     ` Bart Schaefer
1998-10-26 22:02       ` TGAPE!
1998-10-27  4:05         ` Phil Pennock
1998-10-27  4:21         ` Bart Schaefer
1998-10-27  5:13           ` Zoltan Hidvegi
1998-10-28  4:53             ` Bart Schaefer

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=199810270125.TAA18613@hzoli.home \
    --to=hzoli@austin.rr.com \
    --cc=hzoli@frontiernet.net \
    --cc=zsh-workers@math.gatech.edu \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).