diff options
Diffstat (limited to 'Tools/scripts/prpatch')
-rwxr-xr-x | Tools/scripts/prpatch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/Tools/scripts/prpatch b/Tools/scripts/prpatch new file mode 100755 index 000000000000..1b575f7adca4 --- /dev/null +++ b/Tools/scripts/prpatch @@ -0,0 +1,10 @@ +#!/bin/sh +# +# MAINTAINER= mharo@FreeBSD.org +# +# $FreeBSD$ +# + +patch $@ < pr-patch +find . -name '*.orig' -print -delete +find . -name '*.rej' -print |