Please educate me

Sylvain Petreolle spetreolle at yahoo.fr
Thu Apr 18 21:13:03 CDT 2002


> noticed that 
> 
> for ac_dir in /sbin:/usr/sbin:$PATH
> 
> was splitting as 
> 1. /sbin:/usr/sbin:/usr/local/bin
> 2. /bin
> 3. /usr/bin
> etc.

it's a normal behaviour, because for uses space as a
separator, not ':' ??

> 
> Now, I know I can force it to work by changing the
> for loop to 
> for ac_dir in /sbin /usr/sbin $PATH


___________________________________________________________
Do You Yahoo!? -- Une adresse @yahoo.fr gratuite et en français !
Yahoo! Mail : http://fr.mail.yahoo.com



More information about the wine-devel mailing list