freebsd-skq/usr.bin/env
jilles 06654ae5cb 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
2015-03-15 11:43:51 +00:00
..
env.1
env.c
envopts.c MFC r279779: env: Fix crash when -S string is not empty but no operand 2015-03-15 11:43:51 +00:00
envopts.h
Makefile