Specify that they are symlinks
This commit is contained in:
parent
79d78bf933
commit
471dc987e5
@ -2,7 +2,7 @@ module Homebrew extend self
|
|||||||
def link
|
def link
|
||||||
ARGV.kegs.each do |keg|
|
ARGV.kegs.each do |keg|
|
||||||
print "Linking #{keg}... "
|
print "Linking #{keg}... "
|
||||||
puts "#{keg.link} links created"
|
puts "#{keg.link} symlinks created"
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
Loading…
x
Reference in New Issue
Block a user