From: Barış Metin Date: Mon, 31 May 2010 08:28:14 +0000 (+0000) Subject: fix action call (this needs to be applied on top of RC10) X-Git-Tag: BootCD-5.0-3~2 X-Git-Url: http://git.onelab.eu/?p=bootcd.git;a=commitdiff_plain;h=46bdd0c5563698af57faf63fee7ba1f8227e0515 fix action call (this needs to be applied on top of RC10) --- diff --git a/plc.d/bootcd b/plc.d/bootcd index ba981b6..c563265 100755 --- a/plc.d/bootcd +++ b/plc.d/bootcd @@ -37,8 +37,7 @@ case "$1" in [ -d ${download} ] || mkdir -p ${download} pushd ${download} - action $"Rebuilding BootCD" "$name" - ${bootcd}/build.sh ${PLC_BUILD_ALL_BOOTCDS:+-a} + action $"Rebuilding BootCD $name" ${bootcd}/build.sh ${PLC_BUILD_ALL_BOOTCDS:+-a} check popd