[dpdk-stable] [PATCH stable-scripts 1/2] Fix variable assignment in RC version calculation
Yongseok Koh
yskoh at mellanox.com
Fri Sep 7 20:46:53 CEST 2018
> On Sep 7, 2018, at 5:33 AM, Luca Boccassi <bluca at debian.org> wrote:
>
> Signed-off-by: Luca Boccassi <bluca at debian.org>
> ---
> 4-final-review | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/4-final-review b/4-final-review
> index 0c2a64e..16a71e5 100755
> --- a/4-final-review
> +++ b/4-final-review
> @@ -7,7 +7,7 @@ assert_current_branch
> RTE_VER_RELEASE=$(awk '/#define RTE_VER_RELEASE/ { print $3 }' \
> $DPDK_DIR/lib/librte_eal/common/include/rte_version.h)
> [ $RTE_VER_RELEASE -eq 16 ] && {
> - $RTE_VER_RELEASE=1
> + RTE_VER_RELEASE=1
Oops, by bad.
Acked-by: Yongseok Koh <yskoh at mellanox.com>
Thanks
> } || {
> let RTE_VER_RELEASE+=1
> }
> --
> 2.18.0
>
More information about the stable
mailing list