[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: r37787 - trunk/packages/debian-installer-utils



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: pgphmJhwFl1mk.pgp
Description: PGP signature


Reply to: