Date: Tue, 30 May 2000 15:08:10 +0300 (IDT) From: Eli Zaretskii X-Sender: eliz AT is To: Martin Stromberg cc: djgpp AT delorie DOT com Subject: Re: mkdir and /dev/env/ In-Reply-To: <8h07bi$s55$1@antares.lu.erisoft.se> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On 30 May 2000, Martin Stromberg wrote: > Just an observation in case you didn't notice: note that the > environment variable's value is "\yafc" (the backslash!). I did notice it, but I don't think a backslash is special in an environment variable (it's not a C string). When the library replaces /dev/env/YAFC with the value of the environment variable YAFC, it doesn't interpret any characters except `~' (AFAIR).