Sophie

Sophie

distrib > Mageia > 6 > armv5tl > by-pkgid > 41b61d6a7edc4036a5cf4f88558f7147 > files > 43

bash-doc-4.3-48.4.mga6.armv5tl.rpm

inpath()
{
	local PROG
	path=$(echo $PATH | sed 's/^:/.:/
				s/::/:.:/g
				s/:$/:./
				s/:/ /g')

	for x in $path
	do
		[ -x $x/$1 ] && { PROG=$x/$1; break; }
	done
	[ -n "$PROG" ]
}