Additional patch for "Can't execute ..."
authorIlya Zakharevich <ilya@math.ohio-state.edu>
Sun, 15 Jun 1997 23:17:08 +0000 (11:17 +1200)
committerTim Bunce <Tim.Bunce@ig.co.uk>
Wed, 6 Aug 1997 12:00:00 +0000 (00:00 +1200)
commit21fc060b433a5fd003b9aca5789342207c46ada4
tree16a7833770a037aa66d013de15a7cd2a098b678a
parentbb679a33295ddbbd6c1f7464a0c6d03212121f26
Additional patch for "Can't execute ..."

The patch I sent a couple of hours ago was not enough.  In fact
delimcpy() was used wrongly when splitting PATH on dosish systems: '\\'
is not quoting ';' in PATH.

Fortunately, delimcpy() is used in very few places in the source, and
never with ';' as delimiter - outside of PATH context.  So we just fix
delimcpy() when the delimiter is ';'.

Enjoy,

p5p-msgid: 199707181120.HAA03593@monk.mps.ohio-state.edu
private-msgid: 199707191651.MAA04897@monk.mps.ohio-state.edu
util.c