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,10 +492,10 @@ XCOMM don't bother if the fileset doesn't exist
Log " - creating ${2}.lst file" Log " - creating ${2}.lst file"
KORNSHELL $TOOL_DIR/udbToAny.ksh -toLst -ReleaseStream $PLATFORM \ KORNSHELL $TOOL_DIR/udbToAny.ksh -toLst -ReleaseStream $PLATFORM \
$DATABASE_DIR/${2}.udb > /tmp/${2}.lst $DATABASE_DIR/${2}.udb > /tmp/${2}.lst
Log " - installing ... \c" Log " - installing ... "
KORNSHELL $TOOL_DIR/mkProd -D / -S $BUILD_TREE /tmp/${2}.lst \ KORNSHELL $TOOL_DIR/mkProd -D / -S $BUILD_TREE /tmp/${2}.lst \
2>/tmp/${2}.err 1>/tmp/${2}.good 2>/tmp/${2}.err 1>/tmp/${2}.good
Log "done." Log " done."
Log " - checking for errors ..." Log " - checking for errors ..."
rm -f /tmp/${2}.missing rm -f /tmp/${2}.missing