From 9cbe364f578bba25d499a45c46c56ced35153ae3 Mon Sep 17 00:00:00 2001 From: Francois Perrad Date: Mon, 5 Jun 2017 09:37:40 +0200 Subject: support/scripts: fix shebang with bash Signed-off-by: Francois Perrad Reviewed-by: "Yann E. MORIN" Signed-off-by: Thomas Petazzoni --- support/scripts/br2-external | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'support/scripts/br2-external') diff --git a/support/scripts/br2-external b/support/scripts/br2-external index 7e816081a1..00cb57d1ed 100755 --- a/support/scripts/br2-external +++ b/support/scripts/br2-external @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash set -e # This script must be able to run with bash-3.1, so it can't use -- cgit v1.2.3