LP#1465385: Fix some syntax issues with make_release
authorMike Rylander <mrylander@gmail.com>
Mon, 15 Jun 2015 19:32:20 +0000 (15:32 -0400)
committerBen Shum <bshum@biblio.org>
Tue, 28 Jul 2015 20:54:00 +0000 (16:54 -0400)
commitb7b858f7c2d39625e66946b02bb14b0e0046c5cc
tree0f13cd3094e5f756897a88b14787372842b19b1f
parent2aad1520e62b8c2e389cc04a7a02e0911fad20d7
LP#1465385: Fix some syntax issues with make_release

Some versions of bash become confused when a unary = operator
is used in place of a binary == operator.  Also, some variables
live without the protection of quoting, and thus further confuse
the shell when their contents are not as simple as originally
expected.

Here we adress those issues.

Signed-off-by: Mike Rylander <mrylander@gmail.com>
Signed-off-by: Ben Shum <bshum@biblio.org>
build/tools/make_release