On Friday 02 June 2006 20:05, Joey Hess wrote:
> + search-path: returns true if a program is found in the path (d-i has
> to "which" command, so use this instead)

In the current code we use 'if type [program] >/dev/null 2>&1; then' for 
this quite often.
So, although we don't have 'which', we do have 'type'.

Should we replace those calls or does that make search-path redundant?

Attachment: pgpAQN75QgrtD.pgp
Description: PGP signature

Reply via email to