소스 검색

supported 6.0

git-svn-id: http://trac.vinelinux.org/repos/projects/vbootstrap/trunk@4071 ec354946-7b23-47d6-9f5a-488ba84defc7
munepi 14 년 전
부모
커밋
5a642927c1
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      vbuilder-bash-completion.sh

+ 1 - 1
vbuilder-bash-completion.sh

@@ -31,7 +31,7 @@ _vbuilder()
     ## Complete the arguments to some of the basic commands.
     case "${prev}" in
 	--version)
-	    local running="VineSeed 5.2 4.2"
+	    local running="VineSeed 6.0 5.2 4.2"
 	    COMPREPLY=( $(compgen -W "${running}" -- "${cur}") )
 	    ;;