monotone-commits-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Monotone-commits-diffs] net.venge.monotone: db31ca1658b3fea71270e652d8f


From: code
Subject: [Monotone-commits-diffs] net.venge.monotone: db31ca1658b3fea71270e652d8fd03609be99530
Date: Sat, 10 Sep 2011 01:51:09 +0200 (CEST)

revision:            db31ca1658b3fea71270e652d8fd03609be99530
date:                2011-09-06T15:11:15
author:              Richard Levitte <address@hidden>
branch:              net.venge.monotone
changelog:
Gentoo installs bash-completion in yet a different place.
issue #180

manifest:
format_version "1"

new_manifest [1e0ef7ef085f4f2d2313949df585269d00c0e7bb]

old_revision [e8c64454921c1c78f931a98ada0a20e649bd6d85]

patch "test/extra/bash_completion/bashrc"
 from [50253c70d06f889a476b8333d5013c5512a1ef57]
   to [3d2b402a51d982d48508b5c27fbc8cbac9aefeda]
============================================================
--- test/extra/bash_completion/bashrc	50253c70d06f889a476b8333d5013c5512a1ef57
+++ test/extra/bash_completion/bashrc	3d2b402a51d982d48508b5c27fbc8cbac9aefeda
@@ -16,6 +16,9 @@ if [ "$BASH_COMPLETION" = "" ]; then
 if [ "$BASH_COMPLETION" = "" ]; then
     if [ -f /etc/bash_completion ]; then
 	. /etc/bash_completion
+    elif [ -f /etc/profile.d/bash-completion.sh ]; then
+        # Gentoo default installation place
+	. /etc/profile.d/bash-completion.sh
     elif [ -f /usr/local/etc/bash_completion ]; then
 	. /usr/local/etc/bash_completion
     else

reply via email to

[Prev in Thread] Current Thread [Next in Thread]