Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 09 Feb 2018 09:49:33 -0800
From:      John Baldwin <jhb@freebsd.org>
To:        Warner Losh <imp@freebsd.org>
Cc:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   Re: svn commit: r329064 - head/share/zoneinfo
Message-ID:  <14002093.zLdzgIqnsv@ralph.baldwin.cx>
In-Reply-To: <201802091550.w19FoXEb018181@repo.freebsd.org>
References:  <201802091550.w19FoXEb018181@repo.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?14002093.zLdzgIqnsv>