New test.
[mono.git] / scripts / mono-find-provides.in
index ff649639f470058ee2bcea531f410a34865751c4..f7ee80ea4cb2218f5f124cc950a37aca5b3ebb56 100644 (file)
@@ -14,7 +14,8 @@ monolist=($(printf "%s\n" "${filelist[@]}" | egrep "\\.(exe|dll)\$"))
 
 # Only include files with /gac/ in path
 #  (Allows packages to contain private assemblies that don't conflict with other packages)
-monolist=($(printf "%s\n" "${monolist[@]}" | egrep "/gac/"))
+#monolist=($(printf "%s\n" "${monolist[@]}" | egrep "/gac/"))
+# Disabled... see ChangeLog
 
 a=`which "$0"`
 d=`dirname "$a"`