Commit ff6697d7 authored by Richard Fisher's avatar Richard Fisher Committed by Kazushi (Jam) Marukawa

Update bash_completion.rb

parent cb338cb3
......@@ -19,7 +19,7 @@ class Bash_completion < Package
def self.install
system "make", "DESTDIR=#{CREW_DEST_DIR}", "install"
puts "Add the floowing to your .bashrc"
puts "[[ $PS1 && -f /usr/local/share/bash-completion/bash_completion ]] && \"
puts "[[ $PS1 && -f /usr/local/share/bash-completion/bash_completion ]] && \\"
puts ". /usr/local/share/bash-completion/bash_completion"
end
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment