]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
Drop cecho functions
authorReto Buerki <reet@codelabs.ch>
Fri, 7 Dec 2012 11:33:31 +0000 (12:33 +0100)
committerTobias Brunner <tobias@strongswan.org>
Thu, 17 Jan 2013 15:54:53 +0000 (16:54 +0100)
testing/scripts/function.sh

index b510d755cf38207f8a072eea100bc1d461cb484f..0d4ecb48455da5d225b71b74e36282068699f29c 100755 (executable)
@@ -69,17 +69,6 @@ echo_failed()
        echo -e "${RED}$1${NORMAL}"
 }
 
-function cecho {
-    echo -e "\033[1;31m$1\033[0m"
-}
-function cgecho {
-    echo -e "\033[1;32m$1\033[0m"
-}
-
-function cecho-n {
-    echo -en "\033[1;31m$1\033[0m"
-}
-
 # log an action
 # $1 - current action description
 log_action()