summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorDaniel Kahn Gillmor <dkg@fifthhorseman.net>2008-09-12 01:46:15 -0400
committerDaniel Kahn Gillmor <dkg@fifthhorseman.net>2008-09-12 01:46:15 -0400
commit76f242f43c2d835d332ee9c449e2858ead571acb (patch)
tree8e0b2089000f362088141907c65ba199099f40c2 /src
parentd3e96a9a428d868eb095674af35bc82b5f098c7d (diff)
further lockfile debugging.
Diffstat (limited to 'src')
-rw-r--r--src/common2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common b/src/common
index 25f7e4e..556dd5a 100644
--- a/src/common
+++ b/src/common
@@ -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