]> git.evergreen-ils.org Git - working/Evergreen.git/commit
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:53:56 +0000 (16:53 -0400)
commit9d7bba90b8e640e14002667cd11fa46db4955d10
treecbeda04f237c0e09147845196520bedf6d3a6286
parent3a6c933ef2feb7ffaecb278715f1ff884af42153
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