Skip to content

Commit

Permalink
Debug 3
Browse files Browse the repository at this point in the history
  • Loading branch information
fabasoad committed Jan 7, 2025
1 parent b8e111b commit eae065a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/install-cobc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ 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"
ls -la "${bin_path}"
cd "${bin_path}" \
&& ./configure --prefix=/usr \
&& sudo make \
Expand Down

0 comments on commit eae065a

Please sign in to comment.