index : builder | |
Archlinux32 build system | gitolite user |
summaryrefslogtreecommitdiff |
author | Erich Eckner <git@eckner.net> | 2018-04-07 22:13:31 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2018-04-07 22:13:31 +0200 |
commit | 9d5c5a906111c2486ddb8ac46be31b8710b6ba3b (patch) | |
tree | 77724e451702b9bec49bbc32f55626a675fa6443 /bin | |
parent | 6bd916585024b7e4b344288bdcf2dece207cd8dc (diff) |
-rwxr-xr-x | bin/ii-connect | 2 |
diff --git a/bin/ii-connect b/bin/ii-connect index 0ecb987..030dd87 100755 --- a/bin/ii-connect +++ b/bin/ii-connect @@ -95,7 +95,7 @@ if [ "$1" = 'watch' ]; then ' "${out_file}" | \ while read -r line; do reason=$("${base_dir}/bin/wtf" "${line}"); - if [ -z "${reason}" ] then + if [ -z "${reason}" ]; then reason="Huh, I don't know that one." fi if [ "$(echo "${reason}" | wc -l)" -le 5 ]; then |