From 32c8eb81af916f04fd42e7294f699b10474beef6 Mon Sep 17 00:00:00 2001 From: Dees_Troy Date: Tue, 11 Sep 2012 15:28:06 -0400 Subject: Make text appear in GUI console, Zip install works. Move TW zip install code to C++ so that it can use the ui->functions. Bring in mincrypt code to fix a crash during signature checking. --- prebuilt/bbinstall.sh | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'prebuilt') diff --git a/prebuilt/bbinstall.sh b/prebuilt/bbinstall.sh index c59fec2b7..2aab96958 100755 --- a/prebuilt/bbinstall.sh +++ b/prebuilt/bbinstall.sh @@ -1,5 +1,10 @@ #!/sbin/sh +if [ -f "/sbin/[" ]; +then +exit +fi + for cmd in $(/sbin/busybox --list); do /sbin/busybox ln -s /sbin/busybox /sbin/$cmd done -- cgit v1.2.3