X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:mime-version:references:in-reply-to:from:date :message-id:subject:to:content-type; q=dns; s=default; b=mC4qQSU wgRrHnY/A9zZZbvDqEEQdFkS1KSP+bKXP0uUu+IxMN4GZr6yFAdZ/ME8q7dQPDPQ yScSMxunDBi7Wa3rZj+ayepXxGu248NegL94EWhwqgWEA3myrZbwDyf03e0AE7fa AhxbFgPtF2nDbcA4WonZn2rodRYs8oW1wW1Y= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:mime-version:references:in-reply-to:from:date :message-id:subject:to:content-type; s=default; bh=MR66S6vcSl0xn zcsSLgdF/nHA1s=; b=dJRnm7vVDwWNRXcBpqUCjHDQNqbWKrst85navUP7uo5le tYWCTrMB92pKIl3HBwop8YSfVz3+yHKumb7mw4DZgdGSaRRcBeZhJYmpgTk1N9ii Cyxib8psAev7n9Jnh20l/D6mVDnZoUM50MaTn9H0Q3PDhggtz2WsTRHlwLJSbo= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-2.0 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.1 spammy=According, HX-Languages-Length:839 X-HELO: mail-lj1-f180.google.com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to; bh=nVxlwO92lu9++RhfzqKU/PN46XzNJrVdLqQNp1Wvpjc=; b=VsHri1wMrkuFAdFt7hiRoyZnZoM9vVagYpZ534xjOzqljBBZipXIsADwZJbTqiqPpO ZDXH8TWYVhRPnyjO5QqjTUpFfm3/8yDn0PpMjZXI81W0zt8dZm0cCMlyGfvsrtLGK49O PShooA865aDB6iFqv4AkAtk7E7B+L42vQh1Ib2sOiodwlZcoclOf3JNBSvcloQBTJVUA IzkNeCQFmXHjbkSc70BlJEjMYbVPKVP1QO4zRWykcGUuYwjUN6Fv9XA6I5WS+6a6UfXB gLTXIdmy806S2hX8PDV9qTp5Pc3XieSf6x9c4IUE03eNqerH1T1dXCHwDJj+KRVe2USV YEAg== MIME-Version: 1.0 References: In-Reply-To: From: Nikos Balkanas Date: Sun, 21 Jul 2019 02:30:32 +0300 Message-ID: Subject: Re: unset TMP Variable issue To: cygwin AT cygwin DOT com Content-Type: text/plain; charset="UTF-8" X-IsSubscribed: yes Problem was windows line breaks:( On Sat, Jul 20, 2019 at 9:34 PM Nikos Balkanas wrote: > > According to cygwin setup instructions we have to unset certain > windows environment variables to prevent unpredictable windows > behavior. > When I try that in my ~/.bashrc > [...] > unset TMPDIR > unset TMP > unset TEMP > [...] > > I get: > ': not a valid identifier > ': not a valid identifier > ': not a valid identifier > > With the following input: > cygwin-> echo $TMP > /cygdrive/c/Users//AppData/Local/Temp > cygwin-> echo $TEMP > /cygdrive/c/Users//AppData/Local/Temp > cygwin-> echo $TMPDIR > > cygwin-> > > What does the error "': not a valid identifier" mean and how can I fix it? > > TIA > Nikos > > Attached is the zipped cygcheck output with user names crossed out -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple