Message-ID: <20010212140538.614.qmail@lauras.lt> From: "Laurynas Biveinis" Date: Mon, 12 Feb 2001 16:05:38 +0200 To: djgpp-workers AT delorie DOT com Subject: Re: Bash problem with SFN Mail-Followup-To: djgpp-workers AT delorie DOT com References: <3A86B90D DOT 15400 DOT 11A13E4 AT localhost> <3A8792AA DOT 26825 DOT 7F4B2 AT localhost> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.3.12i In-Reply-To: <3A8792AA.26825.7F4B2@localhost>; from snowball3@bigfoot.com on Mon, Feb 12, 2001 at 07:37:14AM -0500 Reply-To: djgpp-workers AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp-workers AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > I avoid it by retrieving the current directory with getcwd so 'longlonglong' > turns into 'longlong'. So a 'cd dir' changes the working directory to > '/foo/longlong/dir' instead of '/foo/longlonglong/dir'. But as you showed in your previous mail, this problem exists at a library level. Maybe chdir() should be patched instead? Laurynas