monotone

View monotone-1.0-bash_completion-bashrc.patch

1=== modified file 'test/extra/bash_completion/bashrc'
2--- test/extra/bash_completion/bashrc2011-09-05 06:03:40 +0000
3+++ test/extra/bash_completion/bashrc2011-09-05 06:04:38 +0000
4@@ -18,6 +18,9 @@
5 . /etc/bash_completion
6 elif [ -f /usr/local/etc/bash_completion ]; then
7 . /usr/local/etc/bash_completion
8+ elif [ -f /etc/profile.d/bash-completion.sh ]; then
9+ # Gentoo default installation place
10+. /etc/profile.d/bash-completion.sh
11 else
12 echo No bash completion package present.
13 exit
14

Archive Download this file

Attachment to issue 180

Created: 12 years 7 months ago by Peter Volkov

Quick Links:     www.monotone.ca    -     Downloads    -     Documentation    -     Wiki    -     Code Forge    -     Build Status