From 673592f9fd24a26565fc6ebfbd4db6832d4b2b38 Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Fri, 25 May 2018 10:18:47 +0200 Subject: lib/common-functions: verbose_flock: print more characters of command --- lib/common-functions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/common-functions') 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 -- cgit v1.2.3