diff options
-rwxr-xr-x | lib/common-functions | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/common-functions b/lib/common-functions index b152f53..43c6878 100755 --- a/lib/common-functions +++ b/lib/common-functions @@ -726,7 +726,7 @@ verbose_flock() { local err=0 flock "$@" || { err=$? - lsof "/proc/$$/fd/$( + lsof +c0 "/proc/$$/fd/$( printf '%s\n' "$@" | \ grep -vm1 '^-' )" || true |