1
0
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:
Zdenek Kabelac 2017-06-28 21:00:48 +02:00
parent a0740f831c
commit a458065aa1

View File

@ -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