txlyre 1 year ago
parent
commit
99454671b3
1 changed files with 2 additions and 0 deletions
  1. 2 0
      langs/cobol/run.sh

+ 2 - 0
langs/cobol/run.sh

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