diff options
| author | Adam Vandenberg | 2013-06-21 14:51:52 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2013-06-21 14:51:52 -0700 |
| commit | 2caa0854c7bd3bbdbbb99a21ed42b27575047ff9 (patch) | |
| tree | c33fabbd1cc019c0f3364bffe70f63a07cc018be /Library | |
| parent | d971d5e425be2ea8b052282426e3872be0fbbae3 (diff) | |
| download | homebrew-2caa0854c7bd3bbdbbb99a21ed42b27575047ff9.tar.bz2 | |
emacs: remove chmod
The cleaner gives this script the correct permissions.
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/emacs.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Library/Formula/emacs.rb b/Library/Formula/emacs.rb index f2afe7b75..1aac76131 100644 --- a/Library/Formula/emacs.rb +++ b/Library/Formula/emacs.rb @@ -84,7 +84,6 @@ class Emacs < Formula #!/bin/bash #{prefix}/Emacs.app/Contents/MacOS/Emacs -nw "$@" EOS - (bin/"emacs").chmod 0755 else if build.include? "with-x" # These libs are not specified in xft's .pc. See: |
