From patchwork Mon Oct 19 16:38:14 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: =?utf-8?q?Bj=C3=B8rn_Forsman?= X-Patchwork-Id: 532453 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from silver.osuosl.org (smtp3.osuosl.org [140.211.166.136]) by ozlabs.org (Postfix) with ESMTP id 92CF31402B0 for ; Tue, 20 Oct 2015 03:38:22 +1100 (AEDT) Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=gmail.com header.i=@gmail.com header.b=U/3vzGgX; dkim-atps=neutral Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id A5B51305E0; Mon, 19 Oct 2015 16:38:21 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from silver.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 057BhvANjFg1; Mon, 19 Oct 2015 16:38:20 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by silver.osuosl.org (Postfix) with ESMTP id 4DA3E2E1C4; Mon, 19 Oct 2015 16:38:20 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from whitealder.osuosl.org (smtp1.osuosl.org [140.211.166.138]) by ash.osuosl.org (Postfix) with ESMTP id 172A71C118B for ; Mon, 19 Oct 2015 16:38:20 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 10D4F8C22C for ; Mon, 19 Oct 2015 16:38:20 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from whitealder.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id HqzP08fJYP8o for ; Mon, 19 Oct 2015 16:38:19 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-lf0-f42.google.com (mail-lf0-f42.google.com [209.85.215.42]) by whitealder.osuosl.org (Postfix) with ESMTPS id DB096886B7 for ; Mon, 19 Oct 2015 16:38:18 +0000 (UTC) Received: by lffv3 with SMTP id v3so115166805lff.0 for ; Mon, 19 Oct 2015 09:38:17 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id:mime-version:content-type :content-transfer-encoding; bh=JQ5ZfIuoe+6P35LzdUNOLkHKdtOUpzmULlG/Pfgf4PM=; b=U/3vzGgXgT0AsvCxhOhbm6gNxkMWyCtveZFe6YYQAe2EqJ9DsVCjRFnpVIlnjD7FUS 9/Zp8Gy9XVmqNxxmGlBGfJAbB4hnXCTofucmzI7KHV0UqIivEhwRj9oTw3IKeAlM2emZ 4raa3JXmRgHFI9Yd/SQ6M6Nk6a776brlLf3ahs2Mb47FcZO18dJkkgNKdDj3B/3w1xMI 8tfyV9WxRkt99cZwHiZ+741XX2EE5afYc840qM/RfhwDv3g1B3ex91EwuxJzesuJB/by PasaPYqZem95fkw9cO1el8TKYUFZ0+jeRa49aNk5SBdNqBNR8+HEsu+7f4ZLlkBm5Wlf hd3A== X-Received: by 10.25.89.141 with SMTP id n135mr9792697lfb.87.1445272697024; Mon, 19 Oct 2015 09:38:17 -0700 (PDT) Received: from localhost (cm-84.208.220.107.getinternet.no. [84.208.220.107]) by smtp.gmail.com with ESMTPSA id ar7sm5572469lbc.24.2015.10.19.09.38.16 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 19 Oct 2015 09:38:16 -0700 (PDT) From: =?UTF-8?q?Bj=C3=B8rn=20Forsman?= To: buildroot@buildroot.org Date: Mon, 19 Oct 2015 18:38:14 +0200 Message-Id: <1445272694-26156-1-git-send-email-bjorn.forsman@gmail.com> X-Mailer: git-send-email 2.5.2 MIME-Version: 1.0 Cc: =?UTF-8?q?Bj=C3=B8rn=20Forsman?= Subject: [Buildroot] [PATCH 1/1] Use portable shebangs (/bin/bash -> /usr/bin/env bash) X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: buildroot-bounces@busybox.net Sender: "buildroot" "/usr/bin/env bash" is used everywhere else in host tools. These are the only remaining offenders. Signed-off-by: Bjørn Forsman --- board/atmel/flasher.sh | 2 +- board/wandboard/post-image.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/board/atmel/flasher.sh b/board/atmel/flasher.sh index b04b53d..bbdb199 100755 --- a/board/atmel/flasher.sh +++ b/board/atmel/flasher.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash BUILDIR=$1 TTY=$2 diff --git a/board/wandboard/post-image.sh b/board/wandboard/post-image.sh index 7c90271..95cbfa4 100755 --- a/board/wandboard/post-image.sh +++ b/board/wandboard/post-image.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash GENIMAGE_CFG="board/wandboard/genimage.cfg" GENIMAGE_TMP="${BUILD_DIR}/genimage.tmp"