From 854247f78ca208de0207d0be25854df5cca27363 Mon Sep 17 00:00:00 2001
From: Brett Bieber <brett.bieber@gmail.com>
Date: Tue, 16 Feb 2010 16:36:17 +0000
Subject: [PATCH] Ignore missing tmp.rej file

---
 setup.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/setup.sh b/setup.sh
index 63c2f217..873d3b56 100755
--- a/setup.sh
+++ b/setup.sh
@@ -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'
 
-- 
GitLab