zsh-workers
 help / color / mirror / code / Atom feed
* pws-20: problems with "$@"
@ 1999-06-04 11:52 Andrej Borsenkow
  1999-06-04 11:56 ` Peter Stephenson
  0 siblings, 1 reply; 3+ messages in thread
From: Andrej Borsenkow @ 1999-06-04 11:52 UTC (permalink / raw)
  To: ZSH workers mailing list

This worked for me under all ZSH versions:

bor@itsrm2:/opt%> which cd
cd () {
        builtin cd "$@" > /dev/null
}

But now I get:

bor@itsrm2:~/src%> cd
bor@itsrm2:~/src%> /bin/pwd
/home/bor/src
bor@itsrm2:~/src%> builtin cd
bor@itsrm2:~%> /bin/pwd
/home/bor

the patch list:

6392
6395
6404
6410
6411
6414
6416
6421
6424
6430
6431
6433

I use "$@" as I'd like to make sure, that thye above works irrespectively of
SH_WORD_SPLIT settings.

/andrej


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~1999-06-04 12:44 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1999-06-04 11:52 pws-20: problems with "$@" Andrej Borsenkow
1999-06-04 11:56 ` Peter Stephenson
1999-06-04 12:43   ` Andrej Borsenkow

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).