Comment 3 for bug 1324577

Revision history for this message
Alexander Fomin (xanderfomin) wrote :

There was a problem in process_argv() method for commands that consist from one string.
That's why any command like "cat" or "ls" was doomed to fail.
Note that commands like "sudo cat" worked fine.

Fix proposed for merge.