Re: [gentoo-dev] [PATCH 4/8] multilib.eclass: Update a comment

2021-06-21 Thread Sergei Trofimovich
On Mon, 21 Jun 2021 18:49:30 +0200
Ulrich Müller  wrote:

> Reported-by: Sam James 
> Signed-off-by: Ulrich Müller 
> ---
>  eclass/multilib.eclass | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/eclass/multilib.eclass b/eclass/multilib.eclass
> index 8422d5e18499..67cad9875a12 100644
> --- a/eclass/multilib.eclass
> +++ b/eclass/multilib.eclass
> @@ -519,7 +519,7 @@ multilib_toolchain_setup() {
>   fi
>  
>   if [[ ${ABI} != ${DEFAULT_ABI} ]] ; then
> - # Back that multilib-ass up so we can restore it later
> + # Backup multilib state so we can restore it later
>   for v in "${save_restore_variables[@]}" ; do
>   vv="_abi_saved_${v}"
>   [[ ${!v+set} == "set" ]] && export ${vv}="${!v}" || 
> unset ${vv}
> -- 
> 2.32.0
> 
> 

Looks good.


-- 

  Sergei



[gentoo-dev] [PATCH 4/8] multilib.eclass: Update a comment

2021-06-21 Thread Ulrich Müller
Reported-by: Sam James 
Signed-off-by: Ulrich Müller 
---
 eclass/multilib.eclass | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/eclass/multilib.eclass b/eclass/multilib.eclass
index 8422d5e18499..67cad9875a12 100644
--- a/eclass/multilib.eclass
+++ b/eclass/multilib.eclass
@@ -519,7 +519,7 @@ multilib_toolchain_setup() {
fi
 
if [[ ${ABI} != ${DEFAULT_ABI} ]] ; then
-   # Back that multilib-ass up so we can restore it later
+   # Backup multilib state so we can restore it later
for v in "${save_restore_variables[@]}" ; do
vv="_abi_saved_${v}"
[[ ${!v+set} == "set" ]] && export ${vv}="${!v}" || 
unset ${vv}
-- 
2.32.0