X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=src%2Fcommon;fp=src%2Fcommon;h=556dd5ad6b5e88ddac1ce550ef2510b567a5125c;hb=76f242f43c2d835d332ee9c449e2858ead571acb;hp=25f7e4efc245fa7b95cb39ca946a1e50ab8fef23;hpb=d3e96a9a428d868eb095674af35bc82b5f098c7d;p=monkeysphere.git 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