[Bash-completion-commits] [SCM] bash-completion branch, master, updated. e63121c2ffd132675a72543e50e9cfe0972ea5e6

Ville Skyttä ville.skytta at iki.fi
Sun Oct 18 19:14:04 UTC 2009


The following commit has been merged in the master branch:
commit e63121c2ffd132675a72543e50e9cfe0972ea5e6
Author: Ville Skyttä <ville.skytta at iki.fi>
Date:   Sun Oct 18 22:14:00 2009 +0300

    More indentation fixes.

diff --git a/contrib/_yum b/contrib/_yum
index f2aa663..c997937 100644
--- a/contrib/_yum
+++ b/contrib/_yum
@@ -124,21 +124,19 @@ _yum()
 	    return 0
 	    ;;
 	*)
-	    COMPREPLY=( $( compgen -W 'install update \
-				check-update upgrade remove erase list info \
-				provides whatprovides clean makecache \
-				groupinstall groupupdate grouplist \
-				groupremove groupinfo search shell resolvedep \
-				localinstall localupdate deplist repolist \
-				help' -- $cur ) )
-	    ;;
+	    COMPREPLY=( $( compgen -W 'install update check-update upgrade \
+                remove erase list info provides whatprovides clean makecache \
+                groupinstall groupupdate grouplist groupremove groupinfo \
+                search shell resolvedep localinstall localupdate deplist \
+                repolist help' -- $cur ) )
+            ;;
     esac
 
     $split && return 0
 
     if [[ "$cur" == -* ]]; then
-	COMPREPLY=( $( compgen -W '--help --tolerant -C -c -R -d \
-	    --showduplicates -e --quiet --verbose -y --version --installroot \
+        COMPREPLY=( $( compgen -W '--help --tolerant -C -c -R -d \
+            --showduplicates -e --quiet --verbose -y --version --installroot \
             --enablerepo --disablerepo --exclude --disableexcludes --obsoletes \
             --noplugins --nogpgcheck --disableplugin --enableplugin \
             --skip-broken --color' -- $cur ) )

-- 
bash-completion



More information about the Bash-completion-commits mailing list