Skip to content

Commit

Permalink
GNUcobol option changed from -x to -xj
Browse files Browse the repository at this point in the history
  • Loading branch information
Lars Egeberg Hansen committed Oct 20, 2023
1 parent 77690e6 commit c4bfcec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
# GnuCOBOL 2.2 or later is installed and on the path. Its executable or alias or symlink is named "cobc".

cd "$(dirname $1)"
cobc -x $@
cobc -xj $@
name=$(echo "$1" | cut -f 1 -d '.')
"${name}"
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ rem
rem GnuCOBOL 3.+ is installed and on the path. Its executable or alias or symlink is named "cobc".
%~d1
cd %~p1
cobc -x %*
cobc -xj %*
%~n1

0 comments on commit c4bfcec

Please sign in to comment.