i could not see why the code was changed.
there's a long comment added to explain that the
strings aren't copied, but the old code also didn't use
the strings (and set them to nil) for that reason.
perhaps my mechanical search for uses missed one.
> I updated my system today and had trouble with
> the usbfat:, 9fat:, and pull scripts because of errors
> by the new test command.
>
> term% ls /dev/kfs.cmd
> ls: /dev/kfs.cmd: '/dev/kfs.cmd' file does not exist
> term% test -f /dev/kfs.cmd
> term% echo $status
>
>
I updated my system today and had trouble with
the usbfat:, 9fat:, and pull scripts because of errors
by the new test command.
term% ls /dev/kfs.cmd
ls: /dev/kfs.cmd: '/dev/kfs.cmd' file does not exist
term% test -f /dev/kfs.cmd
term% echo $status
t