Merge branch 'master' of github.com:sneak/misc

This commit is contained in:
Jeffrey Paul
2012-06-20 10:23:16 +02:00

View File

@@ -14,6 +14,6 @@ fi
OUTPUT="`$* 2>&1`"
if [ $? -ne 0 ]; then
echo $OUTPUT > /dev/stderr
echo "$OUTPUT" > /dev/stderr
exit $?
fi