Whamcloud - gitweb
b=22976 fix bash syntax error
authorBrian J. Murrell <brian.murrell@oracle.com>
Thu, 29 Jul 2010 20:24:43 +0000 (00:24 +0400)
committerMikhail Pershin <tappro@sun.com>
Fri, 30 Jul 2010 18:52:19 +0000 (22:52 +0400)
commit528e3dad852cf5520f87599776c0a67c42bec86a
tree4dc6ae344fcaa668962cf3a42e84126d7995851d
parent86e10f698e20802a514ed4e8a8f130ee0ef10abd
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