]> git.pld-linux.org Git - packages/mono.git/blame - mono-fix-null-requirement.patch
- updated to 3.2.8
[packages/mono.git] / mono-fix-null-requirement.patch
CommitLineData
1da7c2ed
MB
1--- mono-2.11.4/scripts/mono-find-requires.in.old 2012-09-29 23:20:34.968693110 +0200
2+++ mono-2.11.4/scripts/mono-find-requires.in 2012-09-29 23:20:11.525486763 +0200
3@@ -187,4 +187,4 @@ $REQUIRES" | sort | uniq -u)
4 # Of those, only choose the ones that are in REQUIRES
5 #
6 echo "$UNIQ
7-$REQUIRES" | sort | uniq -d
9b29f966 8+$REQUIRES" | sort | uniq -d | sed 's/[ \t]*$//;/^$/d'
This page took 0.087014 seconds and 4 git commands to generate.