Forgot to use exparam when expanding variable.
This commit is contained in:
parent
2e59e2467e
commit
85e36f7cd8
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
myexparam name=
|
myexparam name=
|
||||||
myexparam -b autogen=false
|
myexparam -b autogen=false
|
||||||
|
|
||||||
WORK="${WORKBASE}/${name}-${PV}"
|
WORK="${WORKBASE}/$(exparam name)-${PV}"
|
||||||
|
|
||||||
if [[ "${PV}" == scm ]] ; then
|
if [[ "${PV}" == scm ]] ; then
|
||||||
SCM_SUBPATH="$(exparam name)"
|
SCM_SUBPATH="$(exparam name)"
|
||||||
|
|
Loading…
Reference in a new issue