Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWade Berrier <wade@mono-cvs.ximian.com>2006-04-26 02:17:16 +0400
committerWade Berrier <wade@mono-cvs.ximian.com>2006-04-26 02:17:16 +0400
commita7970e6a7806ff9b16cb7a6b0cba9e6b3edde46a (patch)
treef0976a3cc30de90ae1667db2b4d63ae71eec8836 /scripts/mono-find-requires.in
parentd3efce4e2e91b41b57dee186981fba5b339cb4f6 (diff)
* scripts/mono-find-provides.in: Only scan files that are in the gac.
This allows packages to contain private assemblies that won't conflict with other packages. Fixes bugzilla.novell.com #144655. svn path=/trunk/mono/; revision=59881
Diffstat (limited to 'scripts/mono-find-requires.in')
-rw-r--r--scripts/mono-find-requires.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/mono-find-requires.in b/scripts/mono-find-requires.in
index 446d9fcfd2d..a721f23997f 100644
--- a/scripts/mono-find-requires.in
+++ b/scripts/mono-find-requires.in
@@ -80,7 +80,7 @@ UNIQ=$(echo "$PROVIDES
$REQUIRES" | sort | uniq -u)
#
-# Of those, only chose the ones that are in REQUIRES
+# Of those, only choose the ones that are in REQUIRES
#
echo "$UNIQ
$REQUIRES" | sort | uniq -d