noticed that
for ac_dir in /sbin:/usr/sbin:$PATH
was splitting as
- /sbin:/usr/sbin:/usr/local/bin
- /bin
- /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