diff options
author | Amar Tumballi <amar@kadalu.io> | 2020-01-13 13:07:47 +0530 |
---|---|---|
committer | Amar Tumballi <amar@kadalu.io> | 2020-01-20 18:10:31 +0000 |
commit | 3aa0928623393aa9c296abf32d4726d02a454207 (patch) | |
tree | 58aac94fca7f74776587dd6899d74c67c50925f7 /xlators | |
parent | 3043fc54b0bdcf87fce13dcd9c56d0dd30e1c5b2 (diff) |
pkg-version: fix warning due to wrong check.
using '==' operator is bash specific, and was giving
warnings like below when we ran `./autogen.sh`
```
build-aux/pkg-version: 26: [: x8dev: unexpected operator
build-aux/pkg-version: 49: [: x384.git22c2725bb: unexpected operator
```
This was not seen where 'sh' is linked to 'bash'.
Updates: bz#1193929
Change-Id: Ied0d6707dd8b5d78756f302b6319b6ef75143018
Signed-off-by: Amar Tumballi <amar@kadalu.io>
Diffstat (limited to 'xlators')
0 files changed, 0 insertions, 0 deletions