Devin Kowatch <[EMAIL PROTECTED]> writes: > Last, can someone explain this bit of logic in find_in_path(): > if (cmd[0] != '/' && safe) > continue; > what exactly is 'safe' supposed to do?
If this parameter is set, we do not look for relative directories in $PATH Not used yet.
