Deleted Added
full compact
26c26
< # $FreeBSD: head/usr.sbin/pc-sysinstall/backend/functions-parse.sh 234985 2012-05-03 21:15:47Z jpaetzel $
---
> # $FreeBSD: head/usr.sbin/pc-sysinstall/backend/functions-parse.sh 247705 2013-03-03 09:47:47Z jpaetzel $
48c48
< export VAL=`grep "^${1}=" ${CFGF} | head -n 1 | cut -d '=' -f 2-`
---
> export VAL="`grep ^${1}= ${CFGF} | head -n 1 | cut -d '=' -f 2-`"