make dir change errorlevel to 0 on success.

svn path=/trunk/; revision=17428
This commit is contained in:
Brandon Turner 2005-08-18 15:21:57 +00:00
parent c7d3d9b183
commit 106794e0ab

View file

@ -2007,6 +2007,7 @@ INT CommandDir(LPTSTR first, LPTSTR rest)
&nLine,
&stFlags);
nErrorLevel = 0;
return 0;
}