aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/mmv.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/mmv.rb')
-rw-r--r--Library/Formula/mmv.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/mmv.rb b/Library/Formula/mmv.rb
index e84d1bed8..33cc189dd 100644
--- a/Library/Formula/mmv.rb
+++ b/Library/Formula/mmv.rb
@@ -16,8 +16,8 @@ class Mmv <Formula
man1.install 'mmv.1'
%w[mcp mad mln].each do |mxx|
- FileUtils.ln bin+'mmv', bin+mxx
- FileUtils.ln man1+'mmv.1', man1+"#{mxx}.1"
+ ln bin+'mmv', bin+mxx
+ ln man1+'mmv.1', man1+"#{mxx}.1"
end
end
end