Whamcloud - gitweb
LU-1199 lbuild: Syntax fix of previous commit 09/7009/2
authorDmitry Eremin <dmitry.eremin@intel.com>
Tue, 16 Jul 2013 19:33:07 +0000 (23:33 +0400)
committerOleg Drokin <oleg.drokin@intel.com>
Fri, 26 Jul 2013 17:46:23 +0000 (17:46 +0000)
A Change-Id: I68636f599937cec2ea9298a395df0c875762215e introduced
an error: ./lbuild: line 265: [: argument expected
Just fix this typo.

Signed-off-by: Dmitry Eremin <dmitry.eremin@intel.com>
Change-Id: Ieedfbd38f7f43684516ec3be00451984b57df4b8
Reviewed-on: http://review.whamcloud.com/7009
Reviewed-by: Christopher J. Morrone <chris.morrone.llnl@gmail.com>
Tested-by: Hudson
Tested-by: Maloo <whamcloud.maloo@gmail.com>
Reviewed-by: Oleg Drokin <oleg.drokin@intel.com>
contrib/lbuild/lbuild

index 8af01e0..f4a4099 100755 (executable)
@@ -262,7 +262,7 @@ canon_path() {
 
 check_options() {
 
-    if [ -z "$LUSTRE" -o ! -r "$LUSTRE"]; then
+    if [ -z "$LUSTRE" -o ! -r "$LUSTRE" ]; then
         usage 1 "Could not find Lustre source tarball '$LUSTRE'."
     fi