diff options
author | Francois Perrad <fperrad@gmail.com> | 2017-06-05 09:37:40 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2017-06-08 21:43:05 +0200 |
commit | 9cbe364f578bba25d499a45c46c56ced35153ae3 (patch) | |
tree | a9dd34c608713940d4d473e869c95fcec3bee6c9 /support/scripts/br2-external | |
parent | f00d6ec67bd6fed6ff8fd322d60d026ec87d8a6e (diff) | |
download | buildroot-9cbe364f578bba25d499a45c46c56ced35153ae3.tar.gz buildroot-9cbe364f578bba25d499a45c46c56ced35153ae3.zip |
support/scripts: fix shebang with bash
Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'support/scripts/br2-external')
-rwxr-xr-x | support/scripts/br2-external | 2 |
1 files changed, 1 insertions, 1 deletions
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 |