summaryrefslogtreecommitdiffstats
path: root/updater.sh
diff options
context:
space:
mode:
authorPawit Pornkitprasan <p.pawit@gmail.com>2011-11-28 17:32:29 +0700
committerPawit Pornkitprasan <p.pawit@gmail.com>2011-11-28 17:32:29 +0700
commit486af594b2da934999a78ff0ebf6b8a7daf6231c (patch)
tree22966e8c626c066cd9b63c045d7e8743845bd6c3 /updater.sh
parent43d0875d2a9bfe55e84ab1c92c4699b2b12af243 (diff)
downloaddevice_samsung_aries-common-486af594b2da934999a78ff0ebf6b8a7daf6231c.zip
device_samsung_aries-common-486af594b2da934999a78ff0ebf6b8a7daf6231c.tar.gz
device_samsung_aries-common-486af594b2da934999a78ff0ebf6b8a7daf6231c.tar.bz2
Fix updater.sh
Diffstat (limited to 'updater.sh')
-rwxr-xr-xupdater.sh2
1 files changed, 1 insertions, 1 deletions
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'