zsh-users
 help / color / mirror / code / Atom feed
From: Swen Thuemmler <swen@uni-paderborn.de>
To: luomat@nerc.com
Cc: zsh-users@math.gatech.edu
Subject: Re: using old zsh (login shell) to launch new zsh (not in /etc/shells)
Date: Sat, 19 Oct 1996 14:35:08 +0200 (MET DST)	[thread overview]
Message-ID: <Pine.LNX.3.95.961019143256.23458B-100000@hobbiton.uni-paderborn.de> (raw)
In-Reply-To: <199610182001.QAA00887@nerc3.nerc.com>

On Fri, 18 Oct 1996, Timothy J. Luoma wrote:

[...]
> 		exec '/usr/local/luomat/bin/zsh-3.0.0 -l'
> 	fi
> fi
> 
> I want to start 3.0.0 as a LOGIN shell, so it will souce .zshenv
> 
> However, it does not work, it says that  
> '/usr/local/luomat/bin/zsh-3.0.0 -l' doesn't work because there is  
> "no such file"

Which is correct, since you asked the shell to exec the file
'/usr/local/luomat/bin/zsh-3.0.0 -l' (with the blank and the -l). Just
remove the quotes, and it should work:
              exec '/usr/local/luomat/bin/zsh-3.0.0 -l'

Greetings, Swen



  parent reply	other threads:[~1996-10-19 12:46 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1996-10-18 20:01 Timothy J. Luoma
     [not found] ` <kig3ezcvxmr.fsf@jagor.srce.hr>
     [not found]   ` <199610182017.QAA00981@nerc3.nerc.com>
     [not found]     ` <kigybh4ui8t.fsf@jagor.srce.hr>
1996-10-18 20:59       ` SOLVED (Re: using old zsh (login shell) to launch new zsh (not in /etc/shells)) Timothy J. Luoma
1996-10-19 12:35 ` Swen Thuemmler [this message]
1996-10-19 12:43   ` using old zsh (login shell) to launch new zsh (not in /etc/shells) Swen Thuemmler

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=Pine.LNX.3.95.961019143256.23458B-100000@hobbiton.uni-paderborn.de \
    --to=swen@uni-paderborn.de \
    --cc=luomat@nerc.com \
    --cc=zsh-users@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).