diff options
author | Seppia <seppia@seppia.net> | 2018-06-03 02:22:19 +0200 |
---|---|---|
committer | Seppia <seppia@seppia.net> | 2018-06-03 02:22:19 +0200 |
commit | 4a6bdf8631909231929b6c04aa69e8007f757b22 (patch) | |
tree | 7de1100d8e6711b8c7740d512aa1108939b099da | |
parent | ae0145c0d2127758c12b70a13067e4d3b0cdb7a6 (diff) | |
download | repofish-4a6bdf8631909231929b6c04aa69e8007f757b22.tar.gz repofish-4a6bdf8631909231929b6c04aa69e8007f757b22.tar.bz2 repofish-4a6bdf8631909231929b6c04aa69e8007f757b22.zip |
Uniformed style
Changed all remaining warnings to upper case.
-rwxr-xr-x | repo.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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.' |