cecho changes in UML scripts

This commit is contained in:
Andreas Steffen
2007-05-23 22:24:47 +00:00
parent c502b1b4c6
commit 0749196612
5 changed files with 11 additions and 10 deletions
+2 -2
View File
@@ -22,11 +22,11 @@
#
function cecho {
echo -e "\033\13301;31m$1\033\1330m"
echo -e "\033[1;31m$1\033[0m"
}
function cecho-n {
echo -en "\033\13301;31m$1\033\1330m"
echo -en "\033[1;31m$1\033[0m"
}