Re: How to consider filenames containing "::" character sequence ?
From:
sgbeal
Subject:
Re: How to consider filenames containing "::" character sequence ?
Date:
Fri, 24 Apr 2009 10:29:28 +0000
On Apr 24, 2009 10:48am, Bobsky <address@hidden> wrote: > EXTRA_DIST=foo::bar.ext
Have you tried adding quotes to it? That shouldn't cause problems with most tools. In any case, such filenames will not work on some filesystems (e.g. no Windows-based filesystems, even when mounted from Unix, will allow ":", as far as i know).