K 10 svn:author V 6 jilles K 8 svn:date V 27 2015-03-15T11:56:52.417752Z K 7 svn:log V 213 MFC r279779: env: Fix crash when -S string is not empty but no operand follows. split_spaces() set argc in main() incorrectly, which caused trouble for getopt(). Examples: env -S '\c' env -S -i PR: 197769 END