Ensure early exit upon pipeline failure
[khome.git] / home / bin / mpplay
index 76223a3..1c254af 100755 (executable)
@@ -1,6 +1,7 @@
-#! /bin/sh
+#! /bin/bash
 
 set -e
+set -o pipefail
 
 LINES=60
 
This page took 0.034523 seconds and 4 git commands to generate.