ges-cut-clip.sh: user bash in the shebang line
authorAntonio Ospite <ao2@ao2.it>
Tue, 14 Feb 2017 08:43:40 +0000 (09:43 +0100)
committerAntonio Ospite <ao2@ao2.it>
Tue, 14 Feb 2017 08:43:40 +0000 (09:43 +0100)
The script uses some bash-only functionalities, so use bash in the
shebang line.

shell/ges-cut-clip.sh

index 544ef06..8ffc814 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
 
 set -e