1
0
Fork 0
mirror of git://git.code.sf.net/p/cdesktopenv/code synced 2025-03-09 15:50:02 +00:00

installCDE: remove \c from installing... Log lines

This commit is contained in:
Jon Trulson 2012-08-31 19:57:29 -06:00
parent d2c0ceaaf6
commit 2d3517ec6e

View file

@ -492,7 +492,7 @@ 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."