index : builder | |
Archlinux32 build system | gitolite user |
summaryrefslogtreecommitdiff |
author | Erich Eckner <git@eckner.net> | 2020-04-25 13:53:22 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2020-04-25 13:53:22 +0200 |
commit | eb80efa196a3cc144973671af4bbbc623179bdb0 (patch) | |
tree | b403882477f29a7c8f51a8efa96ebecde158c319 /bin/harvest-commit-times | |
parent | b9915b41fb08c30afa46331d104d86138c07c4aa (diff) |
-rwxr-xr-x | bin/harvest-commit-times | 1 |
diff --git a/bin/harvest-commit-times b/bin/harvest-commit-times index fc876b8..a978b41 100755 --- a/bin/harvest-commit-times +++ b/bin/harvest-commit-times @@ -53,6 +53,7 @@ if [ $# -ne 0 ]; then fi exec 9> "${harvest_commit_times_lock_file}" +# shellcheck disable=SC2086 if ! verbose_flock ${block_flag} 9; then >&2 echo 'come back (shortly) later - Another harvest-commit-times is already running.' exit |