From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 97144 invoked by alias); 20 Jul 2019 23:29:45 -0000 Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@cygwin.com Mail-Followup-To: cygwin@cygwin.com Received: (qmail 97137 invoked by uid 89); 20 Jul 2019 23:29:45 -0000 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=HX-Languages-Length:740 X-HELO: mail-lj1-f175.google.com Received: from mail-lj1-f175.google.com (HELO mail-lj1-f175.google.com) (209.85.208.175) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Sat, 20 Jul 2019 23:29:44 +0000 Received: by mail-lj1-f175.google.com with SMTP id m23so33979404lje.12 for ; Sat, 20 Jul 2019 16:29:43 -0700 (PDT) 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=VG1xEW+pK1e23BQuNfMatUMwAShIYxTB1ocdKOEgrYs=; b=IH4zdtPtE4bGaTgASu9a1kxwHwjXC2qhfa5MmkXD39bHjrRw8/xNSf8APzH+h1Lcof ONGnVXQTt+vSr3USZlyVho7bdYDFVC2Mifv/sLkksts+HQ3WvbpZefWWoLz6LmiJkrUh 3H5QC7U7Y8LnZYpZ0qdNXuWZBARrjv4ROXuR5HdlftHYtkcunwl/qTetvilK/u+L9AsK eQnSBCuvncYidtDDflTgqv2k14ztNCm/XtZ6R1e4t3mrorW7Nja/M6mjUsTVABligCZO IU4z+sDi1ZmscxtTrD9BBflr7unXe9FoCERu2uiSC+1ST3w4CZIeoZqzh5joFAfQGFav 0syw== MIME-Version: 1.0 References: In-Reply-To: From: Nikos Balkanas Date: Sat, 20 Jul 2019 23:29:00 -0000 Message-ID: Subject: Re: Sourcing files in cygwin? To: cygwin@cygwin.com Content-Type: text/plain; charset="UTF-8" X-IsSubscribed: yes X-SW-Source: 2019-07/txt/msg00153.txt.bz2 Searching in the web, I found out the problem: Cygwin requires unix line breaks, the ones I supplied were created in windows:( On Sat, Jul 20, 2019 at 9:42 PM Nikos Balkanas wrote: > > Hi, > > I am trying to source the file .alias in my ~/.bashrc file: > > echo "alias = $(ls -la ~/.alias)" > . ~/.alias > > I get: > > alias = -rwxr-xr-x 1 None 117 Jul 20 20:15 /home//.alias > : No such file or directory > > Seems ls understands fine the ~/.alias notation and the file exists. > Sourcing, however, doesn't. Or is it that sourcing doesn't work in cygwin? > Can't understand from the error:( > > TIA > Nikos > > Attached is the zipped cygcheck output with user 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