index : builder | |
Archlinux32 build system | gitolite user |
summaryrefslogtreecommitdiff |
author | Erich Eckner <git@eckner.net> | 2021-03-23 11:26:20 +0100 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2021-03-23 11:26:20 +0100 |
commit | e7c1e50550978d408706488d36e75ced43d173b6 (patch) | |
tree | af582bf67f9252f8e42e624e2ca9ab5bf0ead71a | |
parent | 5d2bfa8221183c41fd40ddfda02b0d49eb40efa0 (diff) |
-rwxr-xr-x | bin/ii-watch | 2 |
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}" \ |