diff options
author | Domen Kožar <domen@enlambda.com> | 2020-05-23 11:12:05 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-23 11:12:05 +0200 |
commit | 2a7ea2eb6c54c82d5e858ea6ae9de929face5e55 (patch) | |
tree | cd69c1a5bd985a52b2293a27ac3f2c2974e451ec /scripts | |
parent | d3df1889a1f49b114a8d78270ea8a6d0523f5e35 (diff) |
scripts/create-darwin-volume.sh: remove unused variable
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/create-darwin-volume.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/create-darwin-volume.sh b/scripts/create-darwin-volume.sh index 5214d1652..dac30d72d 100755 --- a/scripts/create-darwin-volume.sh +++ b/scripts/create-darwin-volume.sh @@ -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 } |