summaryrefslogtreecommitdiff
path: root/includes/patch-includes.sh
diff options
context:
space:
mode:
Diffstat (limited to 'includes/patch-includes.sh')
-rw-r--r--includes/patch-includes.sh10
1 files changed, 0 insertions, 10 deletions
diff --git a/includes/patch-includes.sh b/includes/patch-includes.sh
index c9bbd30..7081e9d 100644
--- a/includes/patch-includes.sh
+++ b/includes/patch-includes.sh
@@ -36,13 +36,3 @@ function getpatch
wget $url -O $TMPDIR/$filename || die
fi
}
-
-function die
-{
- # override main die for patches so they won't wipe out
- # a whole install
-
- echo " ! The patch install failed; sorry." 1>&2
-
- exit 1
-}