Forgot to update the function name for cygwin

This commit is contained in:
Quinn 2019-08-13 22:51:06 -05:00 committed by GitHub
parent a31bc56c23
commit 559807f97d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -402,7 +402,7 @@ install_file_linux() {
# 1 = File not installed # 1 = File not installed
# 2 = Could not find install command # 2 = Could not find install command
#------------------------------------------------------------------------------- #-------------------------------------------------------------------------------
install_file_linux() { install_file_cygwin() {
local file local file
local prefix local prefix
local rcode local rcode