X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=filesystem%2Fmingw-find-provides.sh;h=eba2243dd79986178e00fff8347b3ffb1e1d054e;hb=884e4ad1b8b9ad920e0a08b9822feb617b934aac;hp=28158961b5b7e03e886b28305fccec770762e514;hpb=88677fd681a60a565fb236aabeabaf13435c3639;p=fedora-mingw.git diff --git a/filesystem/mingw-find-provides.sh b/filesystem/mingw-find-provides.sh index 2815896..eba2243 100755 --- a/filesystem/mingw-find-provides.sh +++ b/filesystem/mingw-find-provides.sh @@ -12,7 +12,7 @@ fi filelist=`sed "s/['\"]/\\\&/g"` -dlls=$(echo $filelist | tr [:blank:] '\n' | grep '\.dll') +dlls=$(echo $filelist | tr [:blank:] '\n' | grep '\.dll$') for f in $dlls; do basename=`basename $f | tr [:upper:] [:lower:]`