From 9ea901191eba1db2bb94ef8a943877dfb5b6bd93 Mon Sep 17 00:00:00 2001 From: Harald Hoyer Date: Tue, 7 Feb 2012 17:14:23 +0100 Subject: [PATCH] dracut-functions: simplify nosegneg path --- dracut-functions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dracut-functions b/dracut-functions index f744f1a21..ceacf845c 100755 --- a/dracut-functions +++ b/dracut-functions @@ -467,7 +467,7 @@ inst_binary() { _tlibdir=${BASH_REMATCH[1]} _base=${_file##*/} # Prefer nosegneg libs to unoptimized ones. - for _f in "$_tlibdir/i686/nosegneg" "$_tlibdir"; do + for _f in "$_tlibdir/i686/nosegneg"; do [[ -e $_f/$_base ]] || continue inst_library $_f/$_base break -- 2.47.3