X-Recipient: archive-cygwin@delorie.com
DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 4275C386181F
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cygwin.com;
	s=default; t=1607184338;
	bh=ryf33Nr/IVWbuhJygDFBuDH5ulGuG2Ho3nCxwjQnOIc=;
	h=References:In-Reply-To:Date:Subject:To:List-Id:List-Unsubscribe:
	 List-Archive:List-Post:List-Help:List-Subscribe:From:Reply-To:Cc:
	 From;
	b=Sbio1bm+SOv8VDLHPoJlLFTH5mtkydfE+jQdOfRGXS3popljMoeFyqiAU0088kyzs
	 yMVeaRPtbIhsO0dutHnFQByTWM5zXl45f+SRJ7DtJZg3jn6KfyKuNAw5RqUvOjFIpN
	 nZeCUGqxRzwS+MgCsHe03g0pYNNSHj3VfLCGsX4o=
X-Original-To: cygwin@cygwin.com
Delivered-To: cygwin@cygwin.com
DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org E4CEB3851C09
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
 d=1e100.net; s=20161025;
 h=x-gm-message-state:mime-version:references:in-reply-to:from:date
 :message-id:subject:to:cc;
 bh=dt96b46rXCtWFZQsOvSf8rNR1j57qzwUOqkDiQGX4P8=;
 b=moUxXtQohXN0F+d3rAam8FmhJoMbgnd87ybAFMLTSfAemKy15yS6jQFl9iBAVbv4CR
 /YeIq/VnqsH0XM1/hdrcAZobxH/VxvB/48YwUHq/8T6ErTKNRyCbumxr5QTPS+E7KjeE
 fLsnGia4yA03HRg0Yx5uaIfwMOf8oo1BqVj016ZcuhSNy8NvSbeOqW+hda1t2tU/P7zJ
 Qb2bffiKh1hLq360C8xxvzFqD9bFwmhGabZZFb04NGPpRgMFAfS/9JNRsG2WYtwO8F9d
 oVzSl63xqmiv022cqdGmL2ksev7N9lvRV47tPN74UADWEx6XciBfK2dM2jd8EztdAh9K
 j40Q==
X-Gm-Message-State: AOAM531hcmg7LOvfgMhk9DgCB95OqX+15pt+8HESTEDNNCGWfD3OyCnL
 FLlvblwftpXIi0/UtdBE16AXLJ4KRPEgpy2Jkj0=
X-Google-Smtp-Source: ABdhPJzdxnXDeApBRp6GwyCLrB1FxZXn5NwAeo4zslGsChselZ10ofmjzHV9Zzd215oaoVbDp1Hte8ryG1GanGUWmuM=
X-Received: by 2002:a5d:4d88:: with SMTP id b8mr10734809wru.134.1607184332999; 
 Sat, 05 Dec 2020 08:05:32 -0800 (PST)
MIME-Version: 1.0
References: <552a04ab-86a3-ef03-1c9e-c4d17aff1cd9@gmail.com>
In-Reply-To: <552a04ab-86a3-ef03-1c9e-c4d17aff1cd9@gmail.com>
Date: Sat, 5 Dec 2020 17:05:20 +0100
Message-ID: <CAEhDDbA7XBZxE5Fxbw1qgQ_tR1qkTnyObRe6kVPd04nK-4sUkA@mail.gmail.com>
Subject: Re: Environment variable named !:: (exclamation mark + colon + colon)
To: tzccinct <tzccinct@gmail.com>
X-Spam-Status: No, score=-1.7 required=5.0 tests=BAYES_00, DKIM_SIGNED,
 DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_FROM, RCVD_IN_DNSWL_NONE,
 SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.2
X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on
 server2.sourceware.org
X-BeenThere: cygwin@cygwin.com
X-Mailman-Version: 2.1.29
List-Id: General Cygwin discussions and problem reports <cygwin.cygwin.com>
List-Archive: <https://cygwin.com/pipermail/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-request@cygwin.com?subject=help>
List-Subscribe: <https://cygwin.com/mailman/listinfo/cygwin>,
 <mailto:cygwin-request@cygwin.com?subject=subscribe>
From: Csaba Raduly via Cygwin <cygwin@cygwin.com>
Reply-To: Csaba Raduly <rcsaba@gmail.com>
Cc: cygwin list <cygwin@cygwin.com>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Sender: "Cygwin" <cygwin-bounces@cygwin.com>

On Sat, 5 Dec 2020 at 15:25, tzccinct wrote:
>
> Hi,
>
> I have found an environment variable that has a strange name `!::'
> (exclamation mark + colon + colon) on my terminal (both mintty and Tera
> Term). The value is also strange, `::\' (colon + colon + backslash).
>
> $ env | sort | head -n 3
> !::=::\
> _=/usr/bin/env
> ALLUSERSPROFILE=C:\ProgramData
>

This seems to be related :
https://unix.stackexchange.com/questions/251174/strange-environment-variable-in-cygwin

Csaba
-- 
You can get very substantial performance improvements
by not doing the right thing. - Scott Meyers, An Effective C++11/14 Sampler
So if you're looking for a completely portable, 100% standards-conformant way
to get the wrong information: this is what you want. - Scott Meyers (C++TDaWYK)
--
Problem reports:      https://cygwin.com/problems.html
FAQ:                  https://cygwin.com/faq/
Documentation:        https://cygwin.com/docs.html
Unsubscribe info:     https://cygwin.com/ml/#unsubscribe-simple
