mirror of
https://github.com/schollz/croc.git
synced 2025-10-11 13:21:00 +02:00
Forgot to update the function name for cygwin
This commit is contained in:
parent
a31bc56c23
commit
559807f97d
1 changed files with 1 additions and 1 deletions
|
@ -402,7 +402,7 @@ install_file_linux() {
|
|||
# 1 = File not installed
|
||||
# 2 = Could not find install command
|
||||
#-------------------------------------------------------------------------------
|
||||
install_file_linux() {
|
||||
install_file_cygwin() {
|
||||
local file
|
||||
local prefix
|
||||
local rcode
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue