Skip to content
Snippets Groups Projects
Commit 854247f7 authored by Brett Bieber's avatar Brett Bieber
Browse files

Ignore missing tmp.rej file

parent e0a79aee
No related branches found
No related tags found
No related merge requests found
......@@ -8,7 +8,7 @@ patch -p0 -s -N -r tmp.rej < patches/relationship_get_set_pub
patch -p0 -s -N -d elgg -r tmp.rej < patches/lowercase_post.diff > /dev/null
patch -p0 -s -N -d elgg/engine/lib -r tmp.rej < patches/database_strip_html.diff > /dev/null
patch -p0 -s -N -d elgg/mod/groups -r tmp.rej < patches/add_closing_labels.diff > /dev/null
rm tmp.rej
rm tmp.rej &> /dev/null
echo 'Setup successful'
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment