X-Recipient: archive-cygwin AT delorie DOT com DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 0EC96398B16D DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cygwin.com; s=default; t=1600587307; bh=y3JAggOF8j90G2FdwhHpD23VxBqQ7K47RpDa5y/XGS4=; h=Date:To:Subject:In-Reply-To:References:List-Id:List-Unsubscribe: List-Archive:List-Post:List-Help:List-Subscribe:From:Reply-To:Cc: From; b=G+fBdmgXo6cv2pEbsMuqZlX/bIu7T15FDMt3Nrh1yymKlc/lFu3lAEFEKCM+oTUba tN31cHcq9X6mohEL1T/2n8QAhrMFW9/Q+3vRqs5Sm6XCGlnXD2mtagfsbHKLCLeco0 EPmQoa9iX0+mzPSvMFQvQE4qqqzvdOu1+pJQYBZ8= X-Original-To: cygwin AT cygwin DOT com Delivered-To: cygwin AT cygwin DOT com DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 0299B396ECB3 Date: Sun, 20 Sep 2020 10:20:22 +0300 X-Mailer: The Bat! (v6.8.8) Home X-Priority: 3 (Normal) Message-ID: <1821307735.20200920102022@yandex.ru> To: Kristian Ivarsson via Cygwin , cygwin AT cygwin DOT com Subject: Re: Sv: TMP/TEMP environment variable and /tmp In-Reply-To: <002001d68ceb$ce417d90$6ac478b0$@gmail.com> References: <025401d68c06$9a89e8b0$cf9dba10$@gmail.com> <202459f2-75cc-1ac2-7953-67f98e6fdb35 AT towo DOT net> <9e5ab93b-9b0b-6855-d5da-365da48ecce2 AT t-online DOT de> <002001d68ceb$ce417d90$6ac478b0$@gmail.com> MIME-Version: 1.0 X-Spam-Status: No, score=-1.2 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_FROM, KAM_THEBAT, NICE_REPLY_A, RCVD_IN_DNSWL_LOW, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=no 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 AT cygwin DOT com X-Mailman-Version: 2.1.29 Precedence: list List-Id: General Cygwin discussions and problem reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , From: Andrey Repin via Cygwin Reply-To: cygwin AT cygwin DOT com Cc: Andrey Repin Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: cygwin-bounces AT cygwin DOT com Sender: "Cygwin" Greetings, Kristian Ivarsson via Cygwin! > If the user sets its TMP-variable to "C:\Jabba Dabba Dooo" or "/jabba dabba > doo", I expect the value of getenv("TMP") should be just that and regardless > of OS the value returned is whatever the variable is set to and not magically changed to "/tmp" That's how it works. It's just that Cygwin provides /tmp aliasing as a mount point option for a better usage experience. See /etc/fstab - the usertemp FS pseudotype. I.e. none /tmp usertemp binary,nouser,posix=1 0 0 If yo have a different TMP (than TEMP), check your shell startup for any redefinitions. -- With best regards, Andrey Repin Sunday, September 20, 2020 10:16:54 Sorry for my terrible english... -- 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