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