[Bash-completion-commits] [bash-completion] 01/01: Cosmetics.

Ville Skyttä scop-guest at alioth.debian.org
Thu Aug 8 09:53:57 UTC 2013


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

scop-guest pushed a commit to branch master
in repository bash-completion.

commit 62e0c3ba7245741c9ef2a664a84a8f6c61a6f875
Author: Ville Skyttä <ville.skytta at iki.fi>
Date:   Thu Aug 8 12:53:53 2013 +0300

    Cosmetics.
---
 completions/export |    3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/completions/export b/completions/export
index 6c4e340..c498ac6 100644
--- a/completions/export
+++ b/completions/export
@@ -26,8 +26,7 @@ _export()
 
     if [[ $cur == *=* ]]; then
         local ocur=$cur oprev=$prev
-        prev=${cur%%=*}
-        cur=${cur#*=}
+        prev=${cur%%=*} cur=${cur#*=}
         _variables && return
         cur=$ocur prev=$oprev
     fi

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/bash-completion/bash-completion.git



More information about the Bash-completion-commits mailing list