# HG changeset patch # User Oleksandr Gavenko # Date 1654691933 -10800 # Node ID fb93b077af25a0acc2a9caaa0f8d181da661ebc3 # Parent 1b3bc0a2de41223684894897c654f71d998e97eb Fixed typo. diff -r 1b3bc0a2de41 -r fb93b077af25 .bashrc --- a/.bashrc Wed Jun 08 00:39:34 2022 +0300 +++ b/.bashrc Wed Jun 08 15:38:53 2022 +0300 @@ -333,7 +333,7 @@ VBoxManage list runningvms |& while read line; do # Parse UUID in: "Name with spaces" {UUID} line=${line##*'{'} - line=${line%'}'*} + local uuid=${line%'}'*} VBoxManage controlvm "$uuid" acpipowerbutton done }