home
/
code
/
khome.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
545305e
)
Ensure early exit upon pipeline failure
author
Siraaj Khandkar
<siraaj@khandkar.net>
Fri, 22 Nov 2019 22:00:19 +0000
(17:00 -0500)
committer
Siraaj Khandkar
<siraaj@khandkar.net>
Fri, 22 Nov 2019 22:00:19 +0000
(17:00 -0500)
home/bin/mpplay
patch
|
blob
|
blame
|
history
diff --git
a/home/bin/mpplay
b/home/bin/mpplay
index
76223a3
..
1c254af
100755
(executable)
--- a/
home/bin/mpplay
+++ b/
home/bin/mpplay
@@
-1,6
+1,7
@@
-#! /bin/sh
+#! /bin/
ba
sh
set -e
+set -o pipefail
LINES=60
This page took
0.025377 seconds
and
4
git commands to generate.