On Tue, 22 Feb 2005, Shankar Unni wrote:
> Dave Korn wrote:
>
> > First off, even on POSIX, * isn't a valid filename character
>
> [Clang!]
>
> % mkdir '*'
> % ls
> */
> %
POSIX makes some recommendations about what constitutes portable
filenames. The above is a nonportable name that your op
Dave Korn wrote:
First off, even on POSIX, * isn't a valid filename character
[Clang!]
% mkdir '*'
% ls
*/
%
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Problem reports: http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ:
> -Original Message-
> From: cygwin-owner On Behalf Of Eric Blake
> Sent: 19 February 2005 17:51
> To: Frank Juergen-r58616
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
>
> According to Frank Juergen-r58616 on 2/18/2005 7:30 AM:
> > If my target is powerpc-*-eabin , the compilation w
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
According to Frank Juergen-r58616 on 2/18/2005 7:30 AM:
> If my target is powerpc-*-eabin , the compilation works but the installation
> is the problem. The make file want create an directory with the label of the
> target (in this case powerpc-*-eab
didn't quote the MUSIC_DIR!
sorry.
it works! thank you very much
-Original Message-
From: Larry Hall (RFK Partners, Inc) [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, December 11, 2001 1:40 PM
To: Lamar Seifuddin
Cc: [EMAIL PROTECTED]
Subject: RE: Directory names with spaces
Good.
>thanks anyway.
>
>
>
>-Original Message-
>From: Larry Hall (RFK Partners, Inc) [mailto:[EMAIL PROTECTED]]
>Sent: Tuesday, December 11, 2001 12:24 PM
>To: Lamar Seifuddin; [EMAIL PROTECTED]
>Subject: Re: Directory names with spaces - No such - in scr
t: Re: Directory names with spaces - No such - in script
At 05:14 PM 12/11/2001, Lamar Seifuddin wrote:
>Hello All,
>
>I am creating some scripts, setting up the environment
> within the script.
>
>e.g.
>
>$ MUSIC_DIR="/cygdrive/c/Program\ Files/Audiogalaxy\ Satellite/M
At 05:14 PM 12/11/2001, Lamar Seifuddin wrote:
>Hello All,
>
>I am creating some scripts, setting up the environment
> within the script.
>
>e.g.
>
>$ MUSIC_DIR="/cygdrive/c/Program\ Files/Audiogalaxy\ Satellite/Music/";
> export MUSIC_DIR
>
>cd $MUSIC_DIR
>=
8 matches
Mail list logo