X-Recipient: archive-cygwin AT delorie DOT com DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 4D3AB3887007 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cygwin.com; s=default; t=1589128913; bh=Hn7N297dtYti182ZssHCueb5S8i0YB1TLbMGag+X2dI=; h=Subject:To:References:Date:In-Reply-To:List-Id:List-Unsubscribe: List-Archive:List-Post:List-Help:List-Subscribe:From:Reply-To: From; b=QLQU9NPjLfAItqtJkhoaCKSxYBb4kH3g6cs8kiyV/5MMR/p5zlitB9r3ukTBJ6A87 4CdHNLS9OpgkW29YDqnudBXH04+l9txO3ZmD5D/VERc6fGvPoWxcC4f16juzNxhvW6 0Vldx4iEunDP4SwBRejQnXaLLixQKLPDy9USFBC8= X-Original-To: cygwin AT cygwin DOT com Delivered-To: cygwin AT cygwin DOT com DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 0538A387090F X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:subject:to:references:from:message-id:date :user-agent:mime-version:in-reply-to:content-transfer-encoding; bh=fXZulW1V0cdY39C7Nr2gxgewaXNnSFlc3HxKv26xNLA=; b=UMCOmFcjVFGnMNS7MpnvAktcFVdBACBpaOVTSDvQT5kYBTAIj/8JN7/OO8nnBRoufw kWdsyjD+u0AplUKuUJ9VhH8uwcXnCxdBvYPDKvcoDo4CziZmGJTiIoBOgGUHGJ38Qa0F Rup66ge55EtO2I0EQc3je5PoEx5QNJvJfwfeM326GqggqCzJHaTJviW4DpLvKHdK9J28 eVGfsvbWZCmZEM5mLY6oie6jKnqs27WpDEouU9pG17sg9wthHbPCpp0gbAV0LzlMzw7X nsP/vEMAqDbzGBdTGyrdqJin2smG5Ff2whd35MFvctfe1EWcktXuMQvh+KoUXWzQWgi8 ZWBA== X-Gm-Message-State: AGi0PuZcbt925U2RDlYveSjk+b+yVo/5KkDm5H2fRZa6lQ5BtnYa7K/O 2Wres0ZVj+yvlX/5Y6VwhhmVBZlu X-Google-Smtp-Source: APiQypLmxD++bTcI8LCVR6obWfO9z5WSSGY3uuHRIgvtrzFhMQHty4VOnlte6aaUrKtDMkG4IgMOBA== X-Received: by 2002:a1c:df83:: with SMTP id w125mr17642428wmg.140.1589128909861; Sun, 10 May 2020 09:41:49 -0700 (PDT) Subject: Re: Cygwin convert environment paths To: cygwin AT cygwin DOT com References: Message-ID: Date: Sun, 10 May 2020 18:41:48 +0200 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:68.0) Gecko/20100101 Thunderbird/68.8.0 MIME-Version: 1.0 In-Reply-To: X-Spam-Status: No, score=-3.0 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 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: Marco Atzeri via Cygwin Reply-To: Marco Atzeri Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="us-ascii"; Format="flowed" Errors-To: cygwin-bounces AT cygwin DOT com Sender: "Cygwin" Am 10.05.2020 um 17:48 schrieb Steven Penny via Cygwin: >> That's what cygpath is there for, among other things. > > You expect people to use cygpath... from within PHP? we expect they can use cygpath to set a cygwin equivalent variable in their own scripts or boot shell scripts $ CYG_HOMEDRIVE=$(cygpath ${HOMEDRIVE}) $ echo $CYG_HOMEDRIVE /cygdrive/c -- 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