Closed dhanusaputra closed 2 years ago
Thanks for the patch! Unfortunately this is not quite right, as per help set
:
- Assign any remaining arguments to the positional parameters.
The -x and -v options are turned off.
That is, your added test should succeed with:
$ set - foobar
$ echo "$@"
foobar
close #816