2011/1/22 Vadim Zhukov <[email protected]>:
> Just got that:
>
> 1. ksh updates it's "real" argv when "set --" is used.

Can you give an example of when you see that?  I'm not seeing it when I tried:

$ cat /tmp/f
#!/bin/ksh
set -- foo bar baz
echo "$@"
sleep 120
$ /tmp/f blah blah blah blah blah &
[1] 19109
$ foo bar baz
$ ps -p $! -o command
COMMAND
/bin/ksh /tmp/f blah blah blah blah blah
$


That's on amd64 with -current.


Philip Guenther

Reply via email to