From 33491acceab1b2661e74ceeab55a5946edff665b Mon Sep 17 00:00:00 2001 From: Koushik Dutta Date: Sun, 19 Dec 2010 03:41:41 -0800 Subject: [PATCH] Fix sdcard mount bug. Change-Id: I2e448f3f0a0a4de39a8d1cd7db5dc8cd986d3229 --- extendedcommands.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extendedcommands.c b/extendedcommands.c index 7c97979..7eec4c0 100644 --- a/extendedcommands.c +++ b/extendedcommands.c @@ -436,7 +436,7 @@ void show_partition_menu() { "mount /system", "unmount /system", "/system" }, { "mount /data", "unmount /data", "/data" }, { "mount /cache", "unmount /cache", "/cache" }, - { "mount /sdcard", "unmount /sdcard", "/sdcard:" }, + { "mount /sdcard", "unmount /sdcard", "/sdcard" }, #ifdef BOARD_HAS_SDCARD_INTERNAL { "mount /emmc", "unmount /emmc", "/emmc" }, #endif