summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2018-04-07 22:13:31 +0200
committerErich Eckner <git@eckner.net>2018-04-07 22:13:31 +0200
commit9d5c5a906111c2486ddb8ac46be31b8710b6ba3b (patch)
tree77724e451702b9bec49bbc32f55626a675fa6443 /bin
parent6bd916585024b7e4b344288bdcf2dece207cd8dc (diff)
downloadbuilder-9d5c5a906111c2486ddb8ac46be31b8710b6ba3b.tar.xz
bin/ii-connect: fix typo
Diffstat (limited to 'bin')
-rwxr-xr-xbin/ii-connect2
1 files changed, 1 insertions, 1 deletions
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