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:
parent
afa0bd916e
commit
99925d0d41
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user