>>>>> On Thu, 19 Nov 2020, Alec Warner wrote:

>> +_dosym8_canonicalize() {

> in dosym8() you save and restore IFS, but you don't here, is there a reason
> for that?

>> +       local path slash i prev out IFS=/

IFS is a local variable, so its scope ends when the function returns.
We also don't call any other function from it, so we can get away
without save/restore.

Ulrich

Attachment: signature.asc
Description: PGP signature

Reply via email to