Custom Query (44 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (22 - 24 of 44)

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
Ticket Resolution Summary Owner Reporter
#22 worksforme Incompatibility CDPATH, ash, sh, porting from *nix andi.b
Description

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

#70 fixed LIBPATHSTRICT Hide from environment list if not set Gregg Young Gregg Young
#38 invalid MOVE to a different volume should not trigger write to DELDIR Lewis Rosenthal
Description

When MOVE is used to relocate a file from one volume to another, the file being moved is copied to DELDIR for the source volume. This is inconsistent with the intention of a move, which is not to delete, but rather to relocate.

Use case is when a user needs to free up space on a given volume, so he moves files to a different volume. This exercise is futile, particularly if DELDIR is large, as the moved files are also copied to DELDIR in the operation.

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
Note: See TracQuery for help on using queries.