1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-12-21 13:34:40 +03:00

clvmd_fix_conf.sh: legacy code

Use $(..) instead of legacy `..`.
This commit is contained in:
Zdenek Kabelac 2017-06-29 22:03:00 +02:00
parent afa0bd916e
commit 99925d0d41

View File

@ -52,8 +52,8 @@ then
fi
SCRIPTFILE=`mktemp -t lvmscript.XXXXXXXXXX`
TMPFILE=`mktemp -t lvmtmp.XXXXXXXXXX`
SCRIPTFILE=$(mktemp -t lvmscript.XXXXXXXXXX)
TMPFILE=$(mktemp -t lvmtmp.XXXXXXXXXX)
# Flags so we know which parts of the file we can replace and which need