From 7d1f7606c38ad7b32651e8bc98e2258feda99294 Mon Sep 17 00:00:00 2001 From: luke Date: Fri, 18 May 2007 23:27:07 +0000 Subject: Adding the execute bit to install.rb and fixing #473 -- there was a /win/ regex that matched darwin but was just supposed to match windows git-svn-id: https://reductivelabs.com/svn/puppet/trunk@2527 980ebf18-57e1-0310-9a29-db15c13687c0 --- install.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100644 => 100755 install.rb (limited to 'install.rb') diff --git a/install.rb b/install.rb old mode 100644 new mode 100755 index e2dd9a4c4..b89f68fe1 --- a/install.rb +++ b/install.rb @@ -255,7 +255,7 @@ def install_binfile(from, op_file, target) end end - if Config::CONFIG["target_os"] =~ /win/io + if Config::CONFIG["target_os"] =~ /win/io and Config::CONFIG["target_os"] !~ /darwin/io installed_wrapper = false if File.exists?("#{from}.bat") -- cgit