Forgot to use exparam when expanding variable.
This commit is contained in:
parent
2e59e2467e
commit
85e36f7cd8
|
@ -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)"
|
||||
|
|
Loading…
Reference in a new issue