OSDN Git Service

bin/get-pick-list.sh: use test instead of [ ]
authorEmil Velikov <emil.velikov@collabora.com>
Thu, 8 Nov 2018 15:05:21 +0000 (15:05 +0000)
committerEmil Velikov <emil.l.velikov@gmail.com>
Thu, 15 Nov 2018 15:55:51 +0000 (15:55 +0000)
commitc0012a07088e86f6d30405d0522a0d72801e2ec7
treec221b00db933511c2c815d4061cfb3b703e8ac91
parent77ff0bfb5f915bb841623ec181ee359a099f2c52
bin/get-pick-list.sh: use test instead of [ ]

Latter is rather picky wrt surrounding white space. The explicit `test`
doesn't have that problem, plus the statements read a bit easier.

Cc: mesa-stable@lists.freedesktop.org
Reviewed-by: Juan A. Suarez <jasuarez@igalia.com>
Signed-off-by: Emil Velikov <emil.velikov@collabora.com>
bin/get-pick-list.sh