# variable interpolation test
base = /usr
uid = 501
dir = $base/conf # $base should not be interpolated
base = /usr/local # set $base to a new value in this scope
log = ${base}/log/logfile # use braces
home = $base/home/max # $base should be interpolated