mirror of
git://sourceware.org/git/lvm2.git
synced 2025-01-10 05:18:36 +03:00
Fix assignment of default LVM variable
Fix a typo which does not work in case LVM_BINARY is empty string. Using proper :- syntax.
This commit is contained in:
parent
4e63287d75
commit
821c266f1d
@ -1,5 +1,6 @@
|
||||
Version 2.02.75 -
|
||||
=====================================
|
||||
Fix assignment of default value to LVM variable is fsadm.
|
||||
Fix support for --yes flag for fsadm.
|
||||
Do not execute lvresize with --dry-run option for fsadm.
|
||||
Fix fsadm return error code from user's break action.
|
||||
|
@ -49,7 +49,7 @@ FSCK=fsck
|
||||
XFS_CHECK=xfs_check
|
||||
|
||||
# user may override lvm location by setting LVM_BINARY
|
||||
LVM=${LVM_BINARY-lvm}
|
||||
LVM=${LVM_BINARY:-lvm}
|
||||
|
||||
YES=${_FSADM_YES}
|
||||
DRY=0
|
||||
|
Loading…
Reference in New Issue
Block a user