stdout: Keep exit code.
This commit is contained in:
parent
553bc96f37
commit
84d6f499b7
|
@ -1,7 +1,5 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
"$@" 2>&1
|
|
||||||
|
|
||||||
: <<=cut
|
: <<=cut
|
||||||
=encoding utf8
|
=encoding utf8
|
||||||
|
|
||||||
|
@ -54,3 +52,5 @@ B<bash>(1)
|
||||||
|
|
||||||
|
|
||||||
=cut
|
=cut
|
||||||
|
|
||||||
|
"$@" 2>&1
|
||||||
|
|
Loading…
Reference in a new issue