From bde96736c5bbfea1feddff2e88189374697c22dd Mon Sep 17 00:00:00 2001 From: Antonio Ospite Date: Tue, 14 Feb 2017 09:43:40 +0100 Subject: [PATCH] ges-cut-clip.sh: user bash in the shebang line The script uses some bash-only functionalities, so use bash in the shebang line. --- shell/ges-cut-clip.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.1.4