zsh-workers
 help / color / mirror / code / Atom feed
From: Peter Stephenson <p.w.stephenson@ntlworld.com>
To: zsh-workers@zsh.org
Subject: Re: env -i /usr/local/bin/zsh infinite parse error
Date: Thu, 2 Jan 2014 18:50:23 +0000	[thread overview]
Message-ID: <20140102185023.44ed7586@pws-pc.ntlworld.com> (raw)
In-Reply-To: <CANVvucjzEzaWMyKv0My7HUVa=FanePNXzHe+8+yOPzqVBKoE8Q@mail.gmail.com>

On Sat, 28 Dec 2013 23:26:39 -0800
Darren Cheng <darren@thanx.com> wrote:
> I did a fresh install of rvm without any ruby versions installed and that
> command worked fine.
> I installed ruby-2.0.0-p353 and the error came back.
> 
> Is this an issue I should take up with rvm?

Possibly; it depends what the error is actually coming from.  Is that
rvm script supposed to be zsh-specific?  If not, it may be an
incompatibility with sh syntax.  You could try

[[ -s "$HOME/.rvm/scripts/rvm" ]] &&
  emulate sh -c 'source "$HOME/.rvm/scripts/rvm"'

--- but unless you know that's the problem that's not going to do any
good, and if that *is* the problem and this doesn't fix it we'll need to
know more about the context of the error.

pws


      reply	other threads:[~2014-01-02 18:50 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-12-28  8:58 Darren Cheng
2013-12-28 19:13 ` Bart Schaefer
2013-12-29  7:26   ` Darren Cheng
2014-01-02 18:50     ` Peter Stephenson [this message]

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=20140102185023.44ed7586@pws-pc.ntlworld.com \
    --to=p.w.stephenson@ntlworld.com \
    --cc=zsh-workers@zsh.org \
    /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).