From 2d3517ec6e0c41c6e2b1338963892a254c784154 Mon Sep 17 00:00:00 2001 From: Jon Trulson Date: Fri, 31 Aug 2012 19:57:29 -0600 Subject: [PATCH] installCDE: remove \c from installing... Log lines --- cde/admin/IntegTools/dbTools/installCDE.src | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cde/admin/IntegTools/dbTools/installCDE.src b/cde/admin/IntegTools/dbTools/installCDE.src index f6b427ad..8e64bef6 100755 --- a/cde/admin/IntegTools/dbTools/installCDE.src +++ b/cde/admin/IntegTools/dbTools/installCDE.src @@ -492,10 +492,10 @@ XCOMM don't bother if the fileset doesn't exist Log " - creating ${2}.lst file" KORNSHELL $TOOL_DIR/udbToAny.ksh -toLst -ReleaseStream $PLATFORM \ $DATABASE_DIR/${2}.udb > /tmp/${2}.lst - Log " - installing ... \c" + Log " - installing ... " KORNSHELL $TOOL_DIR/mkProd -D / -S $BUILD_TREE /tmp/${2}.lst \ 2>/tmp/${2}.err 1>/tmp/${2}.good - Log "done." + Log " done." Log " - checking for errors ..." rm -f /tmp/${2}.missing -- 2.25.1