txlyre hai 1 ano
pai
achega
0dba07e3f9
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      langs/csharp/run.sh

+ 1 - 1
langs/csharp/run.sh

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