From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: Export arrays for 'sh' code blocks when using bash Date: Tue, 22 Apr 2014 22:59:08 +0200 Message-ID: <87zjjd2i8z.fsf@bzg.ath.cx> References: <871txn1qni.fsf@bagel.gateway.pace.com> <871txkff89.fsf@gmail.com> <871tx4zj3i.fsf@gmail.com> <8761mg3sry.fsf@bzg.ath.cx> <87fvlfs1oh.fsf@gmail.com> <87r44p4bpj.fsf@bzg.ath.cx> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:48273) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wchmj-0004VV-5y for emacs-orgmode@gnu.org; Tue, 22 Apr 2014 16:59:27 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Wchmc-0006qu-CD for emacs-orgmode@gnu.org; Tue, 22 Apr 2014 16:59:21 -0400 Received: from mail-wg0-x229.google.com ([2a00:1450:400c:c00::229]:42273) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wchmb-0006qe-VU for emacs-orgmode@gnu.org; Tue, 22 Apr 2014 16:59:14 -0400 Received: by mail-wg0-f41.google.com with SMTP id n12so25774wgh.24 for ; Tue, 22 Apr 2014 13:59:12 -0700 (PDT) In-Reply-To: (Skip Collins's message of "Tue, 22 Apr 2014 13:19:19 -0400") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Skip Collins Cc: emacs-org list Skip Collins writes: > As I wrote at the top of the report, the test fails when running make > up2. I am using the unmodified master branch. You should probably check for "sh" in this local.mk line: BTEST_OB_LANGUAGES: ... and replace is by "shell". -- Bastien