forked from lix-project/lix
scripts/create-darwin-volume.sh: remove unused variable
This commit is contained in:
parent
d3df1889a1
commit
2a7ea2eb6c
|
@ -15,7 +15,7 @@ disk_identifier() {
|
|||
}
|
||||
|
||||
volume_list_true() {
|
||||
key=$1 t=$2
|
||||
key=$1
|
||||
xpath "/plist/dict/array/dict/key[text()='Volumes']/following-sibling::array/dict/key[text()='$key']/following-sibling::true[1]" 2> /dev/null
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue