repo-add: clarify one message
Signed-off-by: Xavier Chantry <shiningxc@gmail.com> Signed-off-by: Dan McGee <dan@archlinux.org>
This commit is contained in:
parent
4fa6f262a6
commit
f16c7a4343
1 changed files with 1 additions and 1 deletions
|
@ -301,7 +301,7 @@ check_repo_db()
|
||||||
CLEAN_LOCK=1
|
CLEAN_LOCK=1
|
||||||
else
|
else
|
||||||
error "$(gettext "Failed to acquire lockfile: %s.")" "$LOCKFILE"
|
error "$(gettext "Failed to acquire lockfile: %s.")" "$LOCKFILE"
|
||||||
[ -f "$LOCKFILE" ] && error "$(gettext "Held by %s")" "$(cat $LOCKFILE)"
|
[ -f "$LOCKFILE" ] && error "$(gettext "Held by process %s")" "$(cat $LOCKFILE)"
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue