guix-commits
[Top][All Lists]
Advanced

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

branch core-updates updated: gnu: bash-completion: Remove rudimentary /$


From: guix-commits
Subject: branch core-updates updated: gnu: bash-completion: Remove rudimentary /$base.
Date: Wed, 31 Aug 2022 07:57:30 -0400

This is an automated email from the git hooks/post-receive script.

abcdw pushed a commit to branch core-updates
in repository guix.

The following commit(s) were added to refs/heads/core-updates by this push:
     new 2e559a3585 gnu: bash-completion: Remove rudimentary /$base.
2e559a3585 is described below

commit 2e559a358582fd8f56a035d0fac97be229752dfb
Author: Andrew Tropin <andrew@trop.in>
AuthorDate: Wed Aug 31 14:43:57 2022 +0300

    gnu: bash-completion: Remove rudimentary /$base.
    
    * gnu/packages/patches/bash-completion-directories.patch: Remove rudimentary
    /$base.
---
 gnu/packages/patches/bash-completion-directories.patch | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/gnu/packages/patches/bash-completion-directories.patch 
b/gnu/packages/patches/bash-completion-directories.patch
index c8eb2424fd..a9b88203bd 100644
--- a/gnu/packages/patches/bash-completion-directories.patch
+++ b/gnu/packages/patches/bash-completion-directories.patch
@@ -18,12 +18,12 @@ This is what this patch does.
 -    local -a 
dirs=(${BASH_COMPLETION_USER_DIR:-${XDG_DATA_HOME:-$HOME/.local/share}/bash-completion}/completions)
 +    local -a dirs=(
 +        
${BASH_COMPLETION_USER_DIR:-${XDG_DATA_HOME:-$HOME/.local/share}/bash-completion}/completions
-+        "$HOME/.guix-profile/share/bash-completion/completions/$base"
-+        "$HOME/.guix-profile/etc/bash_completion.d/$base"
-+        "$HOME/.guix-home/profile/share/bash-completion/completions/$base"
-+        "$HOME/.guix-home/profile/etc/bash_completion.d/$base"
-+        "/run/current-system/profile/share/bash-completion/completions/$base"
-+        "/run/current-system/profile/etc/bash_completion.d/$base" )
++        "$HOME/.guix-profile/share/bash-completion/completions"
++        "$HOME/.guix-profile/etc/bash_completion.d"
++        "$HOME/.guix-home/profile/share/bash-completion/completions"
++        "$HOME/.guix-home/profile/etc/bash_completion.d"
++        "/run/current-system/profile/share/bash-completion/completions"
++        "/run/current-system/profile/etc/bash_completion.d" )
 +
      local ifs=$IFS IFS=: dir cmd="${1##*/}" compfile
      [[ -n $cmd ]] || return 1



reply via email to

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