Hi! > > + which $1 > /dev/null 2>&1 || return 1 > Pedantic version would check $? for 127 (indicating which itself it's not found). > Probably worth of adding it. Are you sure? $ which foo ... $ echo $? 1 Also: $ busybox which foo $ echo $? 1 -- Cyril Hrubis chrubis@suse.cz