From 486af594b2da934999a78ff0ebf6b8a7daf6231c Mon Sep 17 00:00:00 2001 From: Pawit Pornkitprasan Date: Mon, 28 Nov 2011 17:32:29 +0700 Subject: Fix updater.sh --- updater.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'updater.sh') diff --git a/updater.sh b/updater.sh index cf347f2..bd5d82d 100755 --- a/updater.sh +++ b/updater.sh @@ -25,7 +25,7 @@ set -x export PATH=/:/sbin:/system/xbin:/system/bin:/tmp:$PATH # Check if we're in CDMA or GSM mode -if test "$1" = cdma ; then +if /tmp/busybox test "$1" = cdma ; then # CDMA mode IS_GSM='/tmp/busybox false' SD_PART='/dev/block/mmcblk1p1' -- cgit v1.1