CVSROOT:        /cvs
Module name:    src
Changes by:     schwa...@cvs.openbsd.org        2014/03/07 17:09:20

Modified files:
        usr.bin/env    : env.c 

Log message:
Make sure that env(1) always prints a diagnostic message to stderr
if it fails without invoking the utility, such that failure of env(1)
and failure of the utility can be distinguished.
Without this patch, broken commands like "env =foo myprog" failed
silently, now they properly report an invalid argument.
OK millert@

Reply via email to