GNU bug report logs - #77181
[PATCH 0/5] gnu: Fix bash completion directories.

Previous Next

Package: guix-patches;

Reported by: 45mg <45mg.writes <at> gmail.com>

Date: Sat, 22 Mar 2025 15:06:02 UTC

Severity: normal

Tags: patch

Full log


View this message in rfc822 format

From: 45mg <45mg.writes <at> gmail.com>
To: 77181 <at> debbugs.gnu.org
Cc: 45mg <45mg.writes <at> gmail.com>
Subject: [bug#77181] [PATCH 5/5] gnu: starship: Fix bash completion directory.
Date: Sat, 22 Mar 2025 20:38:06 +0530
* gnu/packages/shellutils.scm (starship) [arguments]: Change
etc/bash-completion.d to etc/bash_completion.d.

Change-Id: Ie286218d636a56745013ebdb23461691fdf16d11
---
 gnu/packages/shellutils.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/shellutils.scm b/gnu/packages/shellutils.scm
index 28c8af8685..3e3e04e8c1 100644
--- a/gnu/packages/shellutils.scm
+++ b/gnu/packages/shellutils.scm
@@ -499,7 +499,7 @@ (define-public starship
                            (string-append out "/bin/starship")))
                      (share (string-append out "/share"))
                      (bash-completion-dir
-                       (string-append out "/etc/bash-completion.d/"))
+                       (string-append out "/etc/bash_completion.d/"))
                      (zsh-completion-dir
                        (string-append share "/zsh/site-functions/"))
                      (fish-completion-dir
-- 
2.49.0





This bug report was last modified 99 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.