﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
22	Incompatibility CDPATH, ash, sh, porting from *nix	andi.b		"Hint for porting *nix software -
----
There is a known problem with ash or something like because DPATH will have *ix semantics, as will all the other path like environment variables.

I prefer to handle these kinds of requirement locally rather 
than globally. For example, here's a bit from one of my session setup scripts which updates CDPATH for *ix semantics.

:: 2009-11-27 SHL Adjust CDPATH to have unix semantics to keep ash happy
if defined CDPATH if ""%@substr[%CDPATH,0,2]"" != "".;"" set CDPATH=.;%CDPATH

----

See http://bugs.ecomstation.nl/view.php?id=3529

set CDPATH=.;..;..\..; (leading .;) works here "	task	closed	trivial	Version-3.10	Base	3.08	worksforme	CDPATH Linux Unix *nix *ix compatibility cmd.exe ash sh porting	
