Skip to content

Commit

Permalink
Debug 1
Browse files Browse the repository at this point in the history
  • Loading branch information
fabasoad committed Jan 7, 2025
1 parent 49a1d7f commit 7821500
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/install-cobc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ main() {
minor_version="$(echo "${input_version}" | cut -b1- | cut -b-3)"
url="https://sourceforge.net/projects/open-cobol/files/gnu-cobol/${minor_version}/gnucobol-${input_version}.tar.gz"
curl -sLk "${url}" -o "${bin_path}/gnucobol.tar.gz"
ls -la "${bin_path}"
tar -xvf "${bin_path}/gnucobol.tar.gz" -C "${bin_path}"
rm -f "${bin_path}/gnucobol.tar.gz"
cd "${bin_path}" \
Expand Down

0 comments on commit 7821500

Please sign in to comment.