- rpm completion was broken for Mandrake 9.1. Its rpm 4.0.4 doesn't allow

--nodigest
This commit is contained in:
ianmacd 2003-05-04 16:35:17 +00:00
parent f88ab9a436
commit 653a5c5d8b

View File

@ -1,6 +1,6 @@
# bash_completion - some programmable completion functions for bash 2.05b
#
# $Id: bash_completion,v 1.560 2003/05/01 05:42:25 ianmacd Exp $
# $Id: bash_completion,v 1.561 2003/05/04 18:35:17 ianmacd Exp $
#
# Copyright (C) Ian Macdonald <ian@caliban.org>
#
@ -1291,7 +1291,7 @@ _rpm()
options=""
ver=$(rpm --version); ver=${ver##* }
if [[ "$ver" > "4.0.2" ]]; then
if [[ "$ver" > "4.0.4" ]]; then
options="--nodigest"
fi
if [[ "$ver" > "4.0.99" ]]; then