update apps/shell/builtin/cd.c.
This commit is contained in:
parent
71144b4a1e
commit
cfec7a63a5
|
@ -54,9 +54,6 @@ int Chdir(const char *tgtDir)
|
|||
ret = chdir(tgtDir);
|
||||
if (ret == 0) {
|
||||
ret = OsShellSetWorkingDirtectory(tgtDir, strlen(tgtDir) + 1); /* 1: the length of '\0' */
|
||||
if (ret != SH_NOK) {
|
||||
return ret;
|
||||
}
|
||||
}
|
||||
|
||||
return ret;
|
||||
|
|
Loading…
Reference in New Issue