From: Antonio Ospite Date: Tue, 14 Feb 2017 08:43:40 +0000 (+0100) Subject: ges-cut-clip.sh: user bash in the shebang line X-Git-Url: https://git.ao2.it/experiments/gstreamer.git/commitdiff_plain/bde96736c5bbfea1feddff2e88189374697c22dd ges-cut-clip.sh: user bash in the shebang line The script uses some bash-only functionalities, so use bash in the shebang line. --- diff --git a/shell/ges-cut-clip.sh b/shell/ges-cut-clip.sh index 544ef06..8ffc814 100755 --- a/shell/ges-cut-clip.sh +++ b/shell/ges-cut-clip.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash set -e