From: Michael Lauer Date: Tue, 20 Apr 2004 21:59:13 +0000 (+0000) Subject: remove stray exit X-Git-Tag: Release-2010-05/1~19626 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ba0fa6b9a5078ad9ffb9f8e5b006c1d2781f7c33;p=openembedded.git remove stray exit BKrev: 40859d31xFFAKt3D2wynLeehfr47aA --- 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 }