zsh-workers
 help / color / mirror / code / Atom feed
* Re: using old zsh (login shell) to launch new zsh (not in /etc/shells)
       [not found] <199610182001.QAA00887@nerc3.nerc.com>
@ 1996-10-18 20:13 ` Hrvoje Niksic
  1996-10-18 20:17   ` Timothy J. Luoma
  0 siblings, 1 reply; 3+ messages in thread
From: Hrvoje Niksic @ 1996-10-18 20:13 UTC (permalink / raw)
  To: zsh-workers, luomat

Timothy J. Luoma (luomat@nerc3.nerc.com) wrote:
> 		exec '/usr/local/luomat/bin/zsh-3.0.0 -l'

Just drop the quotes:
exec /usr/local/luomat/bin/zsh-3.0.0 -l

With the quotes zsh was trying to exec a program named
"/usr/local/luomat/bin/zsh-3.0.0 -l" (space being a part of the
program name), which naturally failed.

-- 
} WWW:          World-Wide-Waste.  Waste management corporation, which
}               handles the billions of tons of garbage generated by just
}               about everybody these days.
} You owe the Oracle a good book.  In HyperText, please.


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

* Re: using old zsh (login shell) to launch new zsh (not in /etc/shells)
  1996-10-18 20:13 ` using old zsh (login shell) to launch new zsh (not in /etc/shells) Hrvoje Niksic
@ 1996-10-18 20:17   ` Timothy J. Luoma
  1996-10-18 20:31     ` Hrvoje Niksic
  0 siblings, 1 reply; 3+ messages in thread
From: Timothy J. Luoma @ 1996-10-18 20:17 UTC (permalink / raw)
  To: Hrvoje Niksic; +Cc: zsh-workers


Hrvoje Niksic on 18 Oct 1996 wrote:
> Just drop the quotes:
> exec /usr/local/luomat/bin/zsh-3.0.0 -l

That doesn't work.  It doesn't source .zshenv.

Sorry, should have mentioned that I tried that...

TjL


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

* Re: using old zsh (login shell) to launch new zsh (not in  /etc/shells)
  1996-10-18 20:17   ` Timothy J. Luoma
@ 1996-10-18 20:31     ` Hrvoje Niksic
  0 siblings, 0 replies; 3+ messages in thread
From: Hrvoje Niksic @ 1996-10-18 20:31 UTC (permalink / raw)
  To: zsh-workers, luomat

Timothy J. Luoma (luomat@nerc3.nerc.com) wrote:
> Hrvoje Niksic on 18 Oct 1996 wrote:
> > Just drop the quotes:
> > exec /usr/local/luomat/bin/zsh-3.0.0 -l
> That doesn't work.  It doesn't source .zshenv.

Strange.  As far as I know, every instance of zsh should run .zshenv
on startup.  Any other behaviour should be an anomaly...  Is your
ZDOTDIR maybe set to something strange?  Is the HOME variable properly
defined?

-- 
Hrvoje Niksic <hniksic@srce.hr> | Student at FER Zagreb, Croatia
--------------------------------+--------------------------------
main() { printf(&unix["\021%six\012\0"],(unix)["have"]+"fun"-0x60);}


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

end of thread, other threads:[~1996-10-18 20:41 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <199610182001.QAA00887@nerc3.nerc.com>
1996-10-18 20:13 ` using old zsh (login shell) to launch new zsh (not in /etc/shells) Hrvoje Niksic
1996-10-18 20:17   ` Timothy J. Luoma
1996-10-18 20:31     ` Hrvoje Niksic

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