remove unnecessary stdout/stderr flattening

This commit is contained in:
David Dollar
2012-01-22 19:01:36 -05:00
parent 8a8d31eb43
commit 8a9001842c

View File

@@ -33,4 +33,4 @@ if [ "$1" == "" ]; then
usage
fi
exec $1 2>&1
exec $1