Sophie

Sophie

distrib > Mageia > 5 > x86_64 > media > core-release > by-pkgid > c6622958fd20cd871186e55aafb3432e > files > 42

bash-doc-4.3-33.1.mga5.x86_64.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" ]
}