Home | History | Annotate | Download | only in lit

Lines Matching refs:newdir

181         newdir = cmd.commands[0].args[1]
183 if os.path.isabs(newdir):
184 shenv.cwd = newdir
186 shenv.cwd = os.path.join(shenv.cwd, newdir)