diff options
| author | Jack Nagel | 2014-05-30 13:17:26 -0500 |
|---|---|---|
| committer | Jack Nagel | 2014-05-30 13:17:29 -0500 |
| commit | dbe23ee357bb069a7e5b4ce06e8466feb3aadbeb (patch) | |
| tree | 5407223aca52342873d023907b520b0bb92f0bf0 /Library/Formula/emacs.rb | |
| parent | afff2b2377e67bb9a7220cbc8de62b91b06e5ce8 (diff) | |
| download | homebrew-dbe23ee357bb069a7e5b4ce06e8466feb3aadbeb.tar.bz2 | |
Remove some unnecessary usage of Dir[]
Diffstat (limited to 'Library/Formula/emacs.rb')
| -rw-r--r-- | Library/Formula/emacs.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/emacs.rb b/Library/Formula/emacs.rb index 06a75e45f..385eeaddc 100644 --- a/Library/Formula/emacs.rb +++ b/Library/Formula/emacs.rb @@ -70,7 +70,7 @@ class Emacs < Formula def do_not_install_ctags unless build.include? "keep-ctags" (bin/"ctags").unlink - (share/man/man1/"ctags.1.gz").unlink + (man1/"ctags.1.gz").unlink end end |
