[OE-core] [PATCH] populate-volatile.sh: normalize repeated leading slashes in TNAME

Phil Blundell pb at pbcl.net
Mon May 20 09:19:16 UTC 2013


On Mon, 2013-05-20 at 11:29 +1000, Jonathan Liu wrote:
> -		TNAME=${ROOT_DIR}/${TNAME}
> +		TNAME=`echo ${ROOT_DIR}/${TNAME} | sed -e 's@^//*@/@'`

Why is this a good thing?  Your commit message is rather terse.

p.






More information about the Openembedded-core mailing list