mirror of
https://github.com/NixOS/nix
synced 2025-07-08 06:53:54 +02:00
scripts/create-darwin-volume.sh: remove unused variable
(cherry picked from commit 2a7ea2eb6c
)
Signed-off-by: Domen Kožar <domen@dev.si>
This commit is contained in:
parent
6117afc4b8
commit
b90d289785
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue