GNU bug report logs -
#77181
[PATCH 0/5] gnu: Fix bash completion directories.
Previous Next
Full log
View this message in rfc822 format
* 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.