From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 912 invoked by alias); 25 Nov 2012 05:06:00 -0000 Mailing-List: contact zsh-users-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Users List List-Post: List-Help: X-Seq: 17430 Received: (qmail 5917 invoked from network); 25 Nov 2012 05:05:48 -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=-1.9 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_NONE autolearn=ham version=3.3.2 Received-SPF: none (ns1.primenet.com.au: domain at closedmail.com does not designate permitted sender hosts) From: Bart Schaefer Message-id: <121124210533.ZM10373@torch.brasslantern.com> Date: Sat, 24 Nov 2012 21:05:33 -0800 In-reply-to: <1353817338.49679.YahooMailNeo@web140004.mail.bf1.yahoo.com> Comments: In reply to John "Re: zsh will not run scripts as /bin/bash even with #!/bin/bash as the first line" (Nov 24, 8:22pm) References: <1353805621.95002.YahooMailNeo@web140001.mail.bf1.yahoo.com> <1353817338.49679.YahooMailNeo@web140004.mail.bf1.yahoo.com> X-Mailer: OpenZMail Classic (0.9.2 24April2005) To: "zsh-users@zsh.org" Subject: Re: zsh will not run scripts as /bin/bash even with #!/bin/bash as the first line MIME-version: 1.0 Content-type: text/plain; charset=us-ascii On Nov 24, 8:22pm, John wrote: } Subject: Re: zsh will not run scripts as /bin/bash even with #!/bin/bash a } } > 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... } } 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. Try find . -maxdepth 1 -type f | SHELL=/bin/bash parallel v_build