guix-commits
[Top][All Lists]
Advanced

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

04/07: gnu: git: Install Bash completion as 'etc/bash_completion.d/git'.


From: Ludovic Courtès
Subject: 04/07: gnu: git: Install Bash completion as 'etc/bash_completion.d/git'.
Date: Thu, 12 Mar 2015 21:52:32 +0000

civodul pushed a commit to branch master
in repository guix.

commit be3ed52d7ba3038fe9350b43941613db1d10f032
Author: Ludovic Courtès <address@hidden>
Date:   Thu Mar 12 22:09:08 2015 +0100

    gnu: git: Install Bash completion as 'etc/bash_completion.d/git'.
    
    * gnu/packages/version-control.scm (git)[arguments]
      <install-shell-completion>: Change "git.sh" to "git" as the completion
      module file name.
---
 gnu/packages/version-control.scm |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/gnu/packages/version-control.scm b/gnu/packages/version-control.scm
index 7434ed9..c0cdb04 100644
--- a/gnu/packages/version-control.scm
+++ b/gnu/packages/version-control.scm
@@ -154,7 +154,7 @@ as well as the classic centralized workflow.")
              ;; TODO: Install the tcsh and zsh completions in the right place.
              (mkdir-p completions)
              (copy-file "contrib/completion/git-completion.bash"
-                        (string-append completions "/git.sh"))
+                        (string-append completions "/git"))
              #t))
          (alist-cons-after
           'install 'split



reply via email to

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