txlyre 1 year ago
parent
commit
291727da31
1 changed files with 1 additions and 1 deletions
  1. 1 1
      langs/cobol/run.sh

+ 1 - 1
langs/cobol/run.sh

@@ -3,7 +3,7 @@ OUT="$(mktemp)"
 
 
 cat > "$IN"
 cat > "$IN"
 
 
-cobc -o "$OUT" "$IN"
+cobc -x -o "$OUT" "$IN"
 
 
 if [ $? -eq 0 ]; then
 if [ $? -eq 0 ]; then
   exec "$OUT"
   exec "$OUT"