Fixes for the 'xamarin' profile.
[mono.git] / bockbuild / MacSDK / patches / find-unused-patches.sh
1 #!/bin/sh
2 for f in *.patch; do grep $f ../*.py > /dev/null || echo $f; done
3 for f in */*.patch; do grep $f ../*.py > /dev/null || echo $f; done