From: stephan b. <sg...@us...> - 2004-12-30 15:30:54
|
Update of /cvsroot/pclasses/pclasses2/toc/sbin In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8008/toc/sbin Modified Files: toc_core.sh Log Message: Mass commit: a number of tweaks vis-a-vis CXXFLAGS and friends. Index: toc_core.sh =================================================================== RCS file: /cvsroot/pclasses/pclasses2/toc/sbin/toc_core.sh,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- toc_core.sh 29 Dec 2004 20:11:22 -0000 1.4 +++ toc_core.sh 30 Dec 2004 15:30:42 -0000 1.5 @@ -672,7 +672,7 @@ fstate="created" test -f "$ofile" && fstate="updated" toc_replace_file "$ofile" "$tmpfile" || fstate="up to date" - echo -en "\r$fstate" + echo -en "\r${TOC_EMOTICON_OKAY} $fstate" echo return 0 } |