From 4a6bdf8631909231929b6c04aa69e8007f757b22 Mon Sep 17 00:00:00 2001 From: Seppia Date: Sun, 3 Jun 2018 02:22:19 +0200 Subject: Uniformed style Changed all remaining warnings to upper case. --- repo.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/repo.sh b/repo.sh index 1186d2b..b2900e7 100755 --- a/repo.sh +++ b/repo.sh @@ -166,7 +166,7 @@ elif [ "${SRC_PATH}" == '' ];then elif [ ! -d "${SRC_PATH}" ]; then echo 'ERROR: SRC_PATH variable set to invalid path.' elif [ "$1" == '' ]; then - echo 'warning: no command called.' + echo 'WARNING: no command called.' elif [ "$1" == 'add' ]; then if [ "$3" != '' ]; then echo 'ERROR: too many arguments.' -- cgit v1.2.3