From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from esa3.bmw.c3s2.iphmx.com (esa3.bmw.c3s2.iphmx.com [68.232.133.150]) by mail.openembedded.org (Postfix) with ESMTP id 56D9965CBC for ; Mon, 17 Aug 2015 06:14:29 +0000 (UTC) Received: from esagw3.bmwgroup.com (HELO esagw3.muc) ([160.46.252.35]) by esa3.bmw.c3s2.iphmx.com with ESMTP/TLS; 17 Aug 2015 08:14:29 +0200 Received: from unknown (HELO esabb2.muc) ([160.50.100.34]) by esagw3.muc with ESMTP/TLS; 17 Aug 2015 08:14:27 +0200 Received: from smuch57a.muc (HELO SMUCH57A.europe.bmw.corp) ([160.46.137.109]) by esabb2.muc with ESMTP/TLS; 17 Aug 2015 08:14:26 +0200 Received: from SMUCM65A.europe.bmw.corp ([160.46.134.155]) by SMUCH57A.europe.bmw.corp ([160.46.137.109]) with mapi id 14.03.0248.002; Mon, 17 Aug 2015 08:14:26 +0200 From: To: Thread-Topic: [OE-core] shell script guidelines in oe-core? (was Re: [PATCH v4] create-pull-request: cleanup bashisms) Thread-Index: AQHQ1R/1Iwsy18FzQ0CjaLPM7oWRhZ4IgduAgAABYgCAANNMAIAClyCAgAHPAwCAAd97gA== Date: Mon, 17 Aug 2015 06:14:25 +0000 Message-ID: <20150817061425.GA6102@loska> References: <1439303596-18965-1-git-send-email-ed.bartosh@linux.intel.com> <1439372011-26268-1-git-send-email-ed.bartosh@linux.intel.com> <20150812094953.GL6102@loska> <20150813062742.GN6102@loska> In-Reply-To: Accept-Language: en-US, de-DE X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [192.168.44.101] MIME-Version: 1.0 Cc: openembedded-core@lists.openembedded.org Subject: Re: shell script guidelines in oe-core? (was Re: [PATCH v4] create-pull-request: cleanup bashisms) X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: Patches and discussions about the oe-core layer List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Aug 2015 06:14:34 -0000 Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-ID: Content-Transfer-Encoding: quoted-printable On Sat, Aug 15, 2015 at 06:38:18PM -0700, Christopher Larson wrote: > Update: checkbashisms and shellcheck both check for this now. This is great! How about formulating that oe-core shell scripts should pass shellcheck and checkbashisms checks without warnings? -Mikko=