mirror of
git://sourceware.org/git/lvm2.git
synced 2025-04-27 10:50:38 +03:00
lvmdump: legacy syntax
Use $(..) instead of legacy `..`.
This commit is contained in:
parent
a0740f831c
commit
a458065aa1
@ -98,7 +98,7 @@ while getopts :acd:hlpmus opt; do
|
||||
esac
|
||||
done
|
||||
|
||||
NOW=`$DATE -u +%G%m%d%k%M%S | $TR -d ' '`
|
||||
NOW=$("$DATE" -u +%G%m%d%k%M%S | "$TR" -d ' ')
|
||||
if test -n "$userdir"; then
|
||||
dir="$userdir"
|
||||
else
|
||||
|
Loading…
x
Reference in New Issue
Block a user