MinGW filesystem version 19:
[fedora-mingw.git] / filesystem / mingw-find-provides.sh
index 2815896..eba2243 100755 (executable)
@@ -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:]`