Whamcloud - gitweb
b=22976 fix bash syntax error
authorBrian J. Murrell <brian.murrell@oracle.com>
Wed, 9 Jun 2010 16:51:01 +0000 (12:51 -0400)
committerJohann Lombardi <johann@sun.com>
Wed, 9 Jun 2010 21:38:42 +0000 (23:38 +0200)
commitec1c142313bbc19bdf8df60bd837798b273d9643
tree18218377c5552dd5887c0358f6893740101ef721
parent1c8c8295856220c974096cd8c26cd7a9888daa14
b=22976 fix bash syntax error

When using "test" to compare strings, both sides of the comparison
should either be quoted or not quoted, not one of each.
= should be used for equality in portable tests.

i=mjmac
i=whitebear
lustre/liblustre/genlib.sh