Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: zsh will not run scripts as /bin/bash even with #!/bin/bash as the first line
- X-seq: zsh-users 17429
- From: John <da_audiophile@xxxxxxxxx>
- To: Yichao Yu <yyc1992@xxxxxxxxx>
- Subject: Re: zsh will not run scripts as /bin/bash even with #!/bin/bash as the first line
- Date: Sat, 24 Nov 2012 20:22:18 -0800 (PST)
- Cc: "zsh-users@xxxxxxx" <zsh-users@xxxxxxx>
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.com; s=s1024; t=1353817338; bh=LUXYdO4ggMyA5FMLcqiceslpy/GCzviC2tig9HbChyw=; h=X-YMail-OSG:Received:X-Rocket-MIMEInfo:X-Mailer:References:Message-ID:Date:From:Reply-To:Subject:To:Cc:In-Reply-To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=OIpLpIReatTZhsYm5u96EtmObkd9WoHIfSrIRoA8JrB8+08U8ex5+QKx9n56q1Ns/pSrJzsN0luP8MEZMrHHrBvfoL/+JaIKny4sVCCRBVClnVQkslCb0wTF85kHsz71s5LEKCQlrdkr8ORPfYE7623FEir8lugdG1glFBjeQss=
- Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=X-YMail-OSG:Received:X-Rocket-MIMEInfo:X-Mailer:References:Message-ID:Date:From:Reply-To:Subject:To:Cc:In-Reply-To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=YCWLCe+6BAmtl+j020wPer8hsbu3cbbbke6Ek1N0JjPfGXGFA5GYC0ZAyhWL6hk7BaezNlukiX9ZtOsa3Uf8gdE+ClA0HCx8aYdwwpC8utXD8nkbvGUhEdkTcxIyayH2Dg1JcGeYFtpEob6B1xS9KRsRL4pOzXmIzuvHt3JIeaQ=;
- In-reply-to: <CAMvDr+Q9cozbJ0U-N22Tzs=WuSJOHpCwRMpFi0+V6NJwoEDakQ@mail.gmail.com>
- List-help: <mailto:zsh-users-help@zsh.org>
- List-id: Zsh Users List <zsh-users.zsh.org>
- List-post: <mailto:zsh-users@zsh.org>
- Mailing-list: contact zsh-users-help@xxxxxxx; run by ezmlm
- References: <1353805621.95002.YahooMailNeo@web140001.mail.bf1.yahoo.com> <CAMvDr+Q9cozbJ0U-N22Tzs=WuSJOHpCwRMpFi0+V6NJwoEDakQ@mail.gmail.com>
- Reply-to: John <da_audiophile@xxxxxxxxx>
> Ur main script is indeed run by bash but parallel is trying to execute
> the v_build command in your default shell.... therefore it has nothing
> to do with the #! line...
>
> Not sure how to solve this problem though....
You are right. I have been combing through the man page looking for a switch to override the default shell but haven't found one. Feature request?
Messages sorted by:
Reverse Date,
Date,
Thread,
Author