From: meijjaa Date: Tue, 29 Mar 2016 20:29:37 +0000 (+0200) Subject: DO NOT MERGE temporary fix for broken wget script in CM13.0 X-Git-Url: http://git.osdn.net/view?p=android-x86%2Fdevice-generic-common.git;a=commitdiff_plain;h=10fedb9f19d20ea30e230b716027332a5f5c08b8 DO NOT MERGE temporary fix for broken wget script in CM13.0 CM13.0 is using a wrapper script for curl to mimic wget but it's still WiP and breaks the enable_nativebridge script. This patch explicitly uses busybox wget. Conflicts: nativebridge/bin/enable_nativebridge --- diff --git a/nativebridge/bin/enable_nativebridge b/nativebridge/bin/enable_nativebridge index 70fe1cd..63b0c28 100644 --- a/nativebridge/bin/enable_nativebridge +++ b/nativebridge/bin/enable_nativebridge @@ -25,7 +25,7 @@ else else url=http://goo.gl/n6KtQa fi - wget $url -cO houdini$1.sfs && continue + busybox wget $url -cO houdini$1.sfs && continue rm -f houdini$1.sfs sleep 30 done