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

This commit is contained in:
Jeffrey Paul 2012-06-20 10:23:16 +02:00
commit 47a0f41e2e
1 changed files with 1 additions and 1 deletions

View File

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