You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(qemu,rdesktop): fix stray } in -W option arguments
These are leftovers in commit 08dd2cd in switching from `... -W
'${arr[@]+"${arr[@]}"}'` to `((${#arr[@]})) && ... -W '"${arr[@]}"'`
References:
akinomyoga@08dd2cd
0 commit comments