Fix sdcard mount bug.
Change-Id: I2e448f3f0a0a4de39a8d1cd7db5dc8cd986d3229
diff --git a/extendedcommands.c b/extendedcommands.c
index 7c97979..7eec4c0 100644
--- a/extendedcommands.c
+++ b/extendedcommands.c
@@ -436,7 +436,7 @@
{ "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