From 374fbbb68c054f925ef08f7be4401078c91253b7 Mon Sep 17 00:00:00 2001 From: Riccardo Magliocchetti Date: Tue, 12 Jan 2016 18:20:35 +0100 Subject: [PATCH] Make it clear that bash is required The script contains some bashims like echo -e so better make it explicit. Signed-off-by: Riccardo Magliocchetti --- compile_webidebridge.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/compile_webidebridge.sh b/compile_webidebridge.sh index a66a3f8be..29f9231fc 100755 --- a/compile_webidebridge.sh +++ b/compile_webidebridge.sh @@ -1,3 +1,5 @@ +#!/bin/bash + # git submodule init # git submodule update