Whamcloud - gitweb
LU-1199 lbuild: Syntax fix of previous commit
[fs/lustre-release.git] / 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