From e7c1e50550978d408706488d36e75ced43d173b6 Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Tue, 23 Mar 2021 11:26:20 +0100 Subject: bin/ii-watch: make shellcheck happy --- bin/ii-watch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/ii-watch') diff --git a/bin/ii-watch b/bin/ii-watch index 03088ff..8ebefbe 100755 --- a/bin/ii-watch +++ b/bin/ii-watch @@ -38,7 +38,7 @@ while pgrep -x 'ii' >/dev/null && \ said=$( "${base_dir}/bin/ii-answer" ) - if [ ${next_intentions_check} -lt $(date +%s) ]; then + if [ ${next_intentions_check} -lt "$(date +%s)" ]; then # Are there old intentions waiting for execution? oldest_intention=$( find "${intentions_directory}" \ -- cgit v1.2.3-54-g00ecf