in reply to Re^4: sudo ignoring string entry after first space encountered ("$@")
in thread sudo ignoring string entry after first space encountered

Then perhaps you are parsing the arguments (in your shell script) and using things like $1 instead of "$1"?

- tye