svn commit: r329064 - head/share/zoneinfo

John Baldwin jhb at freebsd.org
Fri Feb 9 17:52:03 UTC 2018


On Friday, February 09, 2018 03:50:33 PM Warner Losh wrote:
> Author: imp
> Date: Fri Feb  9 15:50:32 2018
> New Revision: 329064
> URL: https://svnweb.freebsd.org/changeset/base/329064
> 
> Log:
>   We don't actually need env here, so drop it. All shells allow setting
>   of shell variables for the next command like this.

Eh:

% LC_ALL=C env
LC_ALL=C: Command not found.

csh and tcsh don't let you set environment variables as a prefix.

That said, if you try to use csh as the SHELL for make I bet many things
would break.

-- 
John Baldwin


More information about the svn-src-all mailing list