scripts/create-darwin-volume.sh: remove unused variable

This commit is contained in:
Domen Kožar 2020-05-23 11:12:05 +02:00 committed by GitHub
parent d3df1889a1
commit 2a7ea2eb6c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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