From 559807f97d773e029d170fbbf50ff65ab1f82f8f Mon Sep 17 00:00:00 2001 From: Quinn Date: Tue, 13 Aug 2019 22:51:06 -0500 Subject: [PATCH] Forgot to update the function name for cygwin --- src/install/rewrite.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/install/rewrite.txt b/src/install/rewrite.txt index e00afb1..7f55c4c 100644 --- a/src/install/rewrite.txt +++ b/src/install/rewrite.txt @@ -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