Skip to content

Commit

Permalink
scripts/create-darwin-volume.sh: remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
domenkozar authored May 23, 2020
1 parent d3df188 commit 2a7ea2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/create-darwin-volume.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
}

Expand Down

0 comments on commit 2a7ea2e

Please sign in to comment.