Forgot to use exparam when expanding variable.

for/master
Daniel Mierswa 2010-02-20 20:40:26 +01:00
parent 2e59e2467e
commit 85e36f7cd8
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
myexparam name=
myexparam -b autogen=false
WORK="${WORKBASE}/${name}-${PV}"
WORK="${WORKBASE}/$(exparam name)-${PV}"
if [[ "${PV}" == scm ]] ; then
SCM_SUBPATH="$(exparam name)"