diff options
author | Andreas Steffen <andreas.steffen@strongswan.org> | 2007-08-03 10:58:45 +0000 |
---|---|---|
committer | Andreas Steffen <andreas.steffen@strongswan.org> | 2007-08-03 10:58:45 +0000 |
commit | 90b21fde11067943e930b8af694b6e9af1fb9c08 (patch) | |
tree | 2e9f32c46f8b0399094d5708f888607a547d8635 /testing/scripts/build-umlhostfs | |
parent | d49cc7b3833da8ca6bce90fbd21bebdf47c3a670 (diff) | |
download | strongswan-90b21fde11067943e930b8af694b6e9af1fb9c08.tar.bz2 strongswan-90b21fde11067943e930b8af694b6e9af1fb9c08.tar.xz |
use cgecho for green output
Diffstat (limited to 'testing/scripts/build-umlhostfs')
-rwxr-xr-x | testing/scripts/build-umlhostfs | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/testing/scripts/build-umlhostfs b/testing/scripts/build-umlhostfs index 69ad9fe02..8bdd0c10c 100755 --- a/testing/scripts/build-umlhostfs +++ b/testing/scripts/build-umlhostfs @@ -32,7 +32,7 @@ if [ ! -d $BUILDDIR ] then cecho-n " * Directory '$BUILDDIR' does not exist..creating.." mkdir $BUILDDIR - cecho "done" + cgecho "done" fi LOGFILE=${BUILDDIR}/testing.log @@ -41,7 +41,7 @@ if [ ! -f $LOGFILE ] then cecho-n " * Logfile '$LOGFILE' does not exist..creating.." touch $LOGFILE - cecho "done" + cgecho "done" fi LOOPDIR=loop @@ -76,4 +76,4 @@ do umount $LOOPDIR done -cecho "done" +cgecho "done" |