]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
If the `utility' specified starts with a '/' character, then execute it
authorgad <gad@FreeBSD.org>
Mon, 20 Jun 2005 03:14:29 +0000 (03:14 +0000)
committergad <gad@FreeBSD.org>
Mon, 20 Jun 2005 03:14:29 +0000 (03:14 +0000)
commitb785b6343ef380b2072604d84d7dacc05e51a7c6
treee81817c80c46083f0d721d6db6a712e0230fc353
parent4e1c4de27a0ad5eb26df6fc78a2305992d15de4e
If the `utility' specified starts with a '/' character, then execute it
without checking it for an equals-sign.  If it starts with a slash, then
it cannot be a request to set the value of a valid environment variable.

Approved by: re (blanket `env')
usr.bin/env/env.c