[PATCH] qf: fix internal use of alias

Rodrigo Vivi rodrigo.vivi at intel.com
Wed Mar 28 19:57:10 UTC 2018


On Wed, Mar 28, 2018 at 11:17:19AM -0700, Lucas De Marchi wrote:
> 	maintainer-tools/qf: line 415: qf_co: command not found
> 
> Signed-off-by: Lucas De Marchi <lucas.demarchi at intel.com>
> ---
>  qf | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/qf b/qf
> index d1499ada1951..4c8a0e9ecc16 100755
> --- a/qf
> +++ b/qf
> @@ -412,7 +412,7 @@ function qf_pull
>  		quiet_pop_all -f
>  	else
>  		git pull --ff-only
> -		qf_co
> +		qf_checkout

Duh!

Reviewed-by: Rodrigo Vivi <rodrigo.vivi at intel.com>

>  	fi
>  
>  	cd ..
> -- 
> 2.14.3
> 


More information about the dim-tools mailing list