aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/cowsay.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/cowsay.rb')
-rwxr-xr-xLibrary/Formula/cowsay.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/cowsay.rb b/Library/Formula/cowsay.rb
index f8b0ad217..5a782c705 100755
--- a/Library/Formula/cowsay.rb
+++ b/Library/Formula/cowsay.rb
@@ -7,6 +7,6 @@ class Cowsay <Formula
def install
system "/bin/sh", "install.sh", prefix
- FileUtils.mv prefix+'man', share
+ mv prefix+'man', share
end
end