From: Xiaoyu WEI Date: Sun, 17 Jan 2016 06:36:26 +0000 (+0800) Subject: Update candi.sh X-Git-Tag: v0.8.4~16^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f456c9b35fcab814f77873a0271d81f7b8f99116;p=candi.git Update candi.sh Removed usage of cecho() and BAD before their definition. --- diff --git a/candi.sh b/candi.sh index d99981d..3e01303 100755 --- a/candi.sh +++ b/candi.sh @@ -89,7 +89,7 @@ if builtin command -v wget > /dev/null; then fi if [ -z "${DOWNLOADERS}" ]; then - cecho ${BAD} "Please install wget or curl." + echo "Please install wget or curl." exit 1 fi