Hi Max:
On 11/19/2015 12:45 AM, Max Reitz wrote:
On 04.11.2015 03:26, Bo Tu wrote:
Replacing sed with awk, then it's easier to read.
I think you meant "awk with sed".
It's my fault. thanks :-)
Replacing "[ ! -z "$default_alias_machine" ]" with
"[[ $default_alias_machine ]]", then it's s
On 04.11.2015 03:26, Bo Tu wrote:
> Replacing sed with awk, then it's easier to read.
I think you meant "awk with sed".
> Replacing "[ ! -z "$default_alias_machine" ]" with
> "[[ $default_alias_machine ]]", then it's slightly shorter.
>
> Suggested-By: Sascha Silbe
> Reviewed-by: Sascha Silbe
Replacing sed with awk, then it's easier to read.
Replacing "[ ! -z "$default_alias_machine" ]" with
"[[ $default_alias_machine ]]", then it's slightly shorter.
Suggested-By: Sascha Silbe
Reviewed-by: Sascha Silbe
Reviewed-by: Eric Blake
Signed-off-by: Bo Tu
---
tests/qemu-iotests/common.co