index : builder | |
Archlinux32 build system | gitolite user |
summaryrefslogtreecommitdiff |
-rwxr-xr-x | lib/common-functions | 4 |
diff --git a/lib/common-functions b/lib/common-functions index 7fe91ef..d834551 100755 --- a/lib/common-functions +++ b/lib/common-functions @@ -732,8 +732,8 @@ verbose_flock() { lsof +c0 "/proc/$$/fd/$( printf '%s\n' "$@" | \ grep -vm1 '^-' - )" || true - printf 'FYI: I am %s.\n' "$$" + )" >&2 || true + >&2 printf 'FYI: I am %s.\n' "$$" return ${err} } } |