From 653a5c5d8b1ba41500c4164ca1d74f9be94fa1ec Mon Sep 17 00:00:00 2001 From: ianmacd <> Date: Sun, 4 May 2003 16:35:17 +0000 Subject: [PATCH] - rpm completion was broken for Mandrake 9.1. Its rpm 4.0.4 doesn't allow --nodigest --- bash_completion | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bash_completion b/bash_completion index 576c6759..35495864 100644 --- a/bash_completion +++ b/bash_completion @@ -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 # @@ -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