aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorJack Nagel2014-04-04 00:05:45 -0500
committerJack Nagel2014-04-04 00:07:28 -0500
commit875d052dbf76744657d786e77e2da38c013d36bc (patch)
tree3924199dc260bb3ab104a9aa5848e95ddcd6ba15 /Library
parent49661332f47b80a3572ee32014715dadc8937a44 (diff)
downloadhomebrew-875d052dbf76744657d786e77e2da38c013d36bc.tar.bz2
0644 is not executable
Diffstat (limited to 'Library')
-rw-r--r--Library/Homebrew/extend/pathname.rb4
1 files changed, 0 insertions, 4 deletions
diff --git a/Library/Homebrew/extend/pathname.rb b/Library/Homebrew/extend/pathname.rb
index fe8b2ce7f..2cd6db044 100644
--- a/Library/Homebrew/extend/pathname.rb
+++ b/Library/Homebrew/extend/pathname.rb
@@ -390,8 +390,6 @@ class Pathname
#!/bin/bash
exec "#{target}" "$@"
EOS
- # +x here so this will work during post-install as well
- (self+target.basename()).chmod 0644
end
end
@@ -422,8 +420,6 @@ class Pathname
#!/bin/bash
exec java #{java_opts} -jar #{target_jar} "$@"
EOS
- # +x here so this will work during post-install as well
- (self+script_name).chmod 0644
end
def install_metafiles from=nil