From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-lf1-x12f.google.com (mail-lf1-x12f.google.com [IPv6:2a00:1450:4864:20::12f]) by sourceware.org (Postfix) with ESMTPS id 695503858D37 for ; Sun, 1 Nov 2020 15:43:38 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 695503858D37 Received: by mail-lf1-x12f.google.com with SMTP id b1so14116755lfp.11 for ; Sun, 01 Nov 2020 07:43:38 -0800 (PST) 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=Ri7cmRRVQCPoPUlfiiaKsrcQN7dEGCnKar7pFKE6iD8=; b=HG9OGcKPQuDTsLoFUtNqf4d/UHRXnv1kmGWjuR4NM6DD+XtkM2DfgY4EoS0zFgP+vH OM1iNX5WvOf49wotuSE7L2hyPmDZtRRr3J8hNa4gWt8jWz+1rVNoc9zj03VCrQJW+yFh y0/7FSvLt8zEKXzuv2D4MgCvNZhN+Tg6WGKyy53MhL3INxQd5a0WauKlm6sN7CA/cMsw SRMz9I8UpE+uEiTFFJLx86yqzT3hfOsz5wZ94TysKFNhMJQtN2evFI1o9uIX0hbqFgqS qfFRJLVcZab+ItuJcokvl4rse9nDomvAXpgarrUfLChPPJH/BEbSn/K8e1SNU5MGzHn0 3dYQ== X-Gm-Message-State: AOAM531VVCWf6/4nYa6w9dg0kjovVpS5Jpn1Qa9m4nIbg9Aqcn0sDCAW W2oSk5lxBgckuw6W2ceyJgyLJjI6PIMnFIxZP2I= X-Google-Smtp-Source: ABdhPJx2aUfen12vMtFvWSuNL2AGg5XB751CmVhfnD9VRcEr0faEUsZjkAvycIDQ/Cr3xM7VvXWtXyrV7GjxgCdI0DA= X-Received: by 2002:a05:6512:290:: with SMTP id j16mr4090486lfp.62.1604245417329; Sun, 01 Nov 2020 07:43:37 -0800 (PST) MIME-Version: 1.0 References: <87d00xgk9c.fsf@Rainer.invalid> In-Reply-To: <87d00xgk9c.fsf@Rainer.invalid> From: =?UTF-8?B?5paf6YWM6bWs5YWE?= Date: Sun, 1 Nov 2020 23:43:24 +0800 Message-ID: Subject: Re: cygpath -w space becomes line breaks? To: Achim Gratz Cc: Cygwin Content-Type: text/plain; charset="UTF-8" X-Spam-Status: No, score=-2.6 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_FROM, HK_RANDOM_ENVFROM, HK_RANDOM_FROM, RCVD_IN_DNSWL_NONE, 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@cygwin.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: , X-List-Received-Date: Sun, 01 Nov 2020 15:43:42 -0000 Ooooh thanks I do it like cygpath -w "`pwd`" and now it works now. On Sun, Nov 1, 2020 at 11:39 PM Achim Gratz wrote: > > > Is this intended or am I misconfiguring something? > > You have to quote any arguments that may contain spaces in the shell, > else they get parsed as separate words and later interpreted as separate > arguments to cygpath. > > > Regards, > Achim. > -- > +<[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld]>+ > > Samples for the Waldorf Blofeld: > http://Synth.Stromeko.net/Downloads.html#BlofeldSamplesExtra > -- > 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 -- Regards, Penguin