freebsd-dev/tools/regression/usr.bin/env
Jilles Tjoelker 6ab1d4d9c3 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
MFC after:	1 week
2015-03-08 14:12:43 +00:00
..
Makefile
regress-env.rgdata env: Fix crash when -S string is not empty but no operand follows. 2015-03-08 14:12:43 +00:00
regress-sb.rb env: Fix crash when -S string is not empty but no operand follows. 2015-03-08 14:12:43 +00:00