diff options
author | Daniel Kahn Gillmor <dkg@fifthhorseman.net> | 2008-09-12 01:46:15 -0400 |
---|---|---|
committer | Daniel Kahn Gillmor <dkg@fifthhorseman.net> | 2008-09-12 01:46:15 -0400 |
commit | 76f242f43c2d835d332ee9c449e2858ead571acb (patch) | |
tree | 8e0b2089000f362088141907c65ba199099f40c2 /src/common | |
parent | d3e96a9a428d868eb095674af35bc82b5f098c7d (diff) |
further lockfile debugging.
Diffstat (limited to 'src/common')
-rw-r--r-- | src/common | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -98,7 +98,7 @@ cutline() { lock() { local use_lockfileprogs=true local action="$1" - local file="$file" + local file="$2" if ! ( which lockfile-create >/dev/null 2>/dev/null ) ; then if ! ( which lockfile >/dev/null ); then |