--clean can be used stand-alone in _rpm()
This commit is contained in:
parent
ee876ec281
commit
bcd711c86e
@ -2,7 +2,7 @@
|
||||
#
|
||||
# <![CDATA[
|
||||
#
|
||||
# $Id: bash_completion,v 1.75 2002/01/29 23:06:26 ianmacd Exp $
|
||||
# $Id: bash_completion,v 1.76 2002/01/30 05:04:28 ianmacd Exp $
|
||||
#
|
||||
# Copyright (C) Ian Macdonald <ian@caliban.org>
|
||||
#
|
||||
@ -672,7 +672,7 @@ _rpm()
|
||||
checksig recompile rebuild resign addsign rebuilddb \
|
||||
showrc setperms setugids tarbuild eval install \
|
||||
upgrade query freshen erase verify querytags rmsource \
|
||||
rmspec' ${cur_nodash#-} ) )
|
||||
rmspec clean' ${cur_nodash#-} ) )
|
||||
dashify
|
||||
return 0
|
||||
;;
|
||||
@ -842,7 +842,7 @@ _rpm()
|
||||
add_package_list
|
||||
return 0
|
||||
;;
|
||||
--rms@(ource|pec))
|
||||
--@(clean|rms@(ource|pec)))
|
||||
file_glob spec
|
||||
return 0
|
||||
;;
|
||||
|
Loading…
x
Reference in New Issue
Block a user