Browse Source

vbuilder-bash-completion.shを更新。s/5.0/5.1/

git-svn-id: http://trac.vinelinux.org/repos/projects/vbootstrap/trunk@690 ec354946-7b23-47d6-9f5a-488ba84defc7
munepi 15 years ago
parent
commit
93242f3a2b
1 changed files with 2 additions and 2 deletions
  1. 2 2
      vbuilder-bash-completion.sh

+ 2 - 2
vbuilder-bash-completion.sh

@@ -35,9 +35,9 @@ _vbuilder()
     case "${prev}" in
 	--version)
 	    if [ "$_arch" = "x86_64" ]; then
-		local running="VineSeed VineSeed_i386 5.0 5.0_i386 4.2_i386"
+		local running="VineSeed VineSeed_i386 5.1 5.1_i386 4.2_i386"
 	    else
-		local running="VineSeed 5.0 4.2"
+		local running="VineSeed 5.1 4.2"
 	    fi
 	    COMPREPLY=( $(compgen -W "${running}" -- "${cur}") )
 	    ;;