zsh-workers
 help / color / mirror / code / Atom feed
From: Hrvoje Niksic <hniksic@srce.hr>
To: zsh-workers@math.gatech.edu, luomat@nerc.com
Subject: Re: using old zsh (login shell) to launch new zsh (not in /etc/shells)
Date: 18 Oct 1996 22:13:48 +0200	[thread overview]
Message-ID: <kig3ezcvxmr.fsf@jagor.srce.hr> (raw)
In-Reply-To: "Timothy J. Luoma"'s message of Fri, 18 Oct 96 16:01:58 -0400

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.


       reply	other threads:[~1996-10-18 20:18 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <199610182001.QAA00887@nerc3.nerc.com>
1996-10-18 20:13 ` Hrvoje Niksic [this message]
1996-10-18 20:17   ` Timothy J. Luoma
1996-10-18 20:31     ` Hrvoje Niksic

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=kig3ezcvxmr.fsf@jagor.srce.hr \
    --to=hniksic@srce.hr \
    --cc=luomat@nerc.com \
    --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).