Custom Query (44 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (1 - 3 of 44)

1 2 3 4 5 6 7 8 9 10 11
Ticket Resolution Summary Owner Reporter
#5 worksforme change into dir without trailing \ do not work every time andi.b andi.b
Description

At least on HPFS386 volumes DosFindFirst? in parser.c#650 do sometimes not return NO_ERROR although search pattern matches a directory.

Till now not observed on JFS drives.

#13 worksforme 4OS2 and REXX somebody Batchheizer
Description

I'm updating the TAME-WPI/INF. There is one sentence concerning 4OS/2:

3. Make sure that OS/2 own CMD processor is used. Usage of 4OS2 isn't supported at all as it shows severe errors together with ReXX (default in eCS).

Is that correct?

#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

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