@@ -5,6 +5,6 @@ cat > "$IN"
mcs -out:"$OUT" "$IN"
-if [ -f $OUT ] && ! [ -s $OUT ]; then
+if [ $? -eq 0 ]; then
mono "$OUT"
fi