Skip to content
Snippets Groups Projects
Commit 5a9b2776 authored by Stephen Hurd's avatar Stephen Hurd
Browse files

Update patch.sh as well.

parent 6907ea2f
No related branches found
No related tags found
No related merge requests found
#!/bin/sh #!/bin/sh
cd $2 cd $2
for patch in `find "$1/patches" -type f` for patch in `"$3" "$1/patches" -type f`
do do
patch -p0 -t -d "$2" < $patch "$4" -p0 -t -d "$2" < $patch
done done
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment