aboutsummaryrefslogtreecommitdiffstats
path: root/patcher
diff options
context:
space:
mode:
authorMichael Lauer <mickey@vanille-media.de>2004-04-20 21:59:13 +0000
committerMichael Lauer <mickey@vanille-media.de>2004-04-20 21:59:13 +0000
commitba0fa6b9a5078ad9ffb9f8e5b006c1d2781f7c33 (patch)
treee8cbaa0242db95c1bff63b3e9ad42254e689ede6 /patcher
parent82e44e4d143479abe68eca2d2ccd19d961dd9d76 (diff)
downloadopenembedded-ba0fa6b9a5078ad9ffb9f8e5b006c1d2781f7c33.tar.gz
remove stray exit
BKrev: 40859d31xFFAKt3D2wynLeehfr47aA
Diffstat (limited to 'patcher')
-rw-r--r--patcher/patcher-native.oe1
1 files changed, 0 insertions, 1 deletions
diff --git a/patcher/patcher-native.oe b/patcher/patcher-native.oe
index 49890d3399..3218204427 100644
--- a/patcher/patcher-native.oe
+++ b/patcher/patcher-native.oe
@@ -4,5 +4,4 @@ DEPENDS = ""
do_stage() {
install -m 0755 ${DL_DIR}/patcher ${STAGING_BINDIR}/
- exit 1
}