From 85e36f7cd82f1edd3b2d0c2d5cc6ac646efed99d Mon Sep 17 00:00:00 2001 From: Daniel Mierswa Date: Sat, 20 Feb 2010 20:40:26 +0100 Subject: [PATCH] Forgot to use exparam when expanding variable. --- exlibs/cdemu-common.exlib | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exlibs/cdemu-common.exlib b/exlibs/cdemu-common.exlib index 810c56d..cf71e06 100644 --- a/exlibs/cdemu-common.exlib +++ b/exlibs/cdemu-common.exlib @@ -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)"