mirror of
https://github.com/schollz/croc.git
synced 2025-10-11 13:21:00 +02:00
More Cygwin updates
Forgot to update the install logic case statement in main
This commit is contained in:
parent
a9caea4d64
commit
a31bc56c23
1 changed files with 2 additions and 0 deletions
|
@ -589,6 +589,8 @@ main() {
|
|||
install_file_rcode="${?}";;
|
||||
"macOS" ) install_file_freebsd "${tmpdir}/${croc_bin_name}" "${prefix}/";
|
||||
install_file_rcode="${?}";;
|
||||
"Windows" ) install_file_cygwin "${tmpdir}/${croc_bin_name}" "${prefix}/";
|
||||
install_file_rcode="${?}";;
|
||||
esac
|
||||
if [[ "${install_file_rcode}" == "0" ]]; then
|
||||
print_message "== Installed ${croc_bin_name} to ${prefix}/" "ok"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue