To reproduce, put the following into a file (say, `foo`), ``` for x; do shift $# echo $x done ``` and run: ``` $ oksh ./foo x y z x y ./foo ``` No other shell does this except mksh.