mono/mono-2.10.8.1-mono-find-requires_strip-whitespace.patch

9 lines
376 B
Diff
Raw Permalink Normal View History

--- mono-2.10.8.1/scripts/mono-find-requires.in.whitespace~ 2012-02-23 16:59:45.523956522 +0100
+++ mono-2.10.8.1/scripts/mono-find-requires.in 2012-02-23 16:59:47.168957341 +0100
@@ -187,4 +187,4 @@ $REQUIRES" | sort | uniq -u)
# Of those, only choose the ones that are in REQUIRES
#
echo "$UNIQ
-$REQUIRES" | sort | uniq -d
2012-09-26 15:48:28 +04:00
+$REQUIRES" | sort | uniq -d | grep -v '^\s*$'