diff options
author | Michael Lauer <mickey@vanille-media.de> | 2004-04-20 21:59:13 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2004-04-20 21:59:13 +0000 |
commit | ba0fa6b9a5078ad9ffb9f8e5b006c1d2781f7c33 (patch) | |
tree | e8cbaa0242db95c1bff63b3e9ad42254e689ede6 | |
parent | 82e44e4d143479abe68eca2d2ccd19d961dd9d76 (diff) |
remove stray exit
BKrev: 40859d31xFFAKt3D2wynLeehfr47aA
-rw-r--r-- | patcher/patcher-native.oe | 1 |
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 } |