From: Harald Hoyer Date: Tue, 7 Feb 2012 16:14:23 +0000 (+0100) Subject: dracut-functions: simplify nosegneg path X-Git-Tag: 015~12 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9ea901191eba1db2bb94ef8a943877dfb5b6bd93;p=thirdparty%2Fdracut.git dracut-functions: simplify nosegneg path --- 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