LP#1465385: Fix some syntax issues with make_release user/miker/lp1465385-fix-make_release
authorMike Rylander <mrylander@gmail.com>
Mon, 15 Jun 2015 19:32:20 +0000 (15:32 -0400)
committerMike Rylander <mrylander@gmail.com>
Mon, 15 Jun 2015 19:32:20 +0000 (15:32 -0400)
commit033709b91e68076bb39f072729cdf2473cb59e38
tree0048d0b33565133404b2cf61d1d242379b0a1de6
parent37b2d387bb0ea1a6581c3106a45a978bf70a632c
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>
build/tools/make_release