From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16141 invoked by alias); 29 Dec 2013 07:27:19 -0000 Mailing-List: contact zsh-workers-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Workers List List-Post: List-Help: X-Seq: 32198 Received: (qmail 20434 invoked from network); 29 Dec 2013 07:27:05 -0000 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.7 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HTML_MESSAGE,RCVD_IN_DNSWL_LOW autolearn=ham version=3.3.2 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=thanx.com; s=google; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; bh=pBf+c96KUwYmGHMCWQCSGuGCzthWcA9okWKR0Lk1tgE=; b=gdWeHuA+TxmbtY/AWGA2XDez9hnDlacFGeVPbo/GyuemHlnN5pgR+obCW/Km+1STDU R4zpcPDedENswcTGkrVXuXS6dQyew1M9sH8SfjrMqybulN7Wpeue28kjQWFMEVBF6gW1 2M5qd44JXdSLMv4vygVJrKYtxnRWv3QvfE0ZA= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc:content-type; bh=pBf+c96KUwYmGHMCWQCSGuGCzthWcA9okWKR0Lk1tgE=; b=EdBk4HdgMOFJ8T7ws/FYx+QZXY1HbxpCmSyJRChW7j0U+xJptNpUmWaPZMLmdp9h28 upX13Xqi0Rzfy8iXVqGfwwo7U4xaiaiYTQf/ITyqRB9xXLKHIyXp3nU5NHYhkIS9HlN7 pB26IbfF5ybgi4lGiyHEHwDFmQYxnhymOnTJcWVc70p0iF9LBZf/BVaIVYzU94XSDsQy ikzFjfHXEMbS4R0/QjjFdI1ji0J+OgprXo7R+/iI46LwVZnaOQN5KT4116AdQNjOOp0/ oE5ePx8HUTc3oqFqGOAOD2+6XtOtj0J05QgJe9hG7tYirlX2/MYCDJmX46wUBk1RgVU7 fNQA== X-Gm-Message-State: ALoCoQnFu4dmBlcHf7/Dc8m3K40782wRG65y9ZL/CoiIG6LxxrtfEWa66CLxXqB14u7Ay16yE/qv X-Received: by 10.42.118.14 with SMTP id v14mr876058icq.73.1388302020719; Sat, 28 Dec 2013 23:27:00 -0800 (PST) MIME-Version: 1.0 In-Reply-To: <131228111326.ZM26752@torch.brasslantern.com> References: <131228111326.ZM26752@torch.brasslantern.com> From: Darren Cheng Date: Sat, 28 Dec 2013 23:26:39 -0800 Message-ID: Subject: Re: env -i /usr/local/bin/zsh infinite parse error To: Bart Schaefer Cc: zsh-workers@zsh.org Content-Type: multipart/alternative; boundary=90e6ba613ea2c94db404eea7407e --90e6ba613ea2c94db404eea7407e Content-Type: text/plain; charset=ISO-8859-1 Thanks for the help, Bart! Looks like I was getting this error in my zshenv where I was sourcing rvm > [[ -s "$HOME/.rvm/scripts/rvm" ]] && source "$HOME/.rvm/scripts/rvm" I commented that line out temporarily and it stopped the parse error. 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? Darren @ Thanx On Sat, Dec 28, 2013 at 11:13 AM, Bart Schaefer wrote: > On Dec 28, 12:58am, Darren Cheng wrote: > } > } I'm receiving an infinite > } > } > (eval):1: parse error near `()' > } > } using env -i on zsh 5.0.4. > > This has to be something in a startup file; my guess is that there's > something wrong in a precmd function or prompt expansion. > > Try > > env -i /usr/local/bin/zsh -v > > to see what might be causing the parse error. > --90e6ba613ea2c94db404eea7407e--