Merge branch 'master' of github.com:sneak/misc
This commit is contained in:
commit
47a0f41e2e
@ -14,6 +14,6 @@ fi
|
|||||||
OUTPUT="`$* 2>&1`"
|
OUTPUT="`$* 2>&1`"
|
||||||
|
|
||||||
if [ $? -ne 0 ]; then
|
if [ $? -ne 0 ]; then
|
||||||
echo $OUTPUT > /dev/stderr
|
echo "$OUTPUT" > /dev/stderr
|
||||||
exit $?
|
exit $?
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user