You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@bigtop.apache.org by rv...@apache.org on 2013/02/23 00:55:24 UTC

git commit: BIGTOP-851. Typo breaks detection of multiple libraries in bigtop-utils in some JVMs (Sean Mackrory via rvs)

Updated Branches:
  refs/heads/master b4e13f25f -> ebd4f6882


BIGTOP-851. Typo breaks detection of multiple libraries in bigtop-utils in some JVMs (Sean Mackrory via rvs)


Project: http://git-wip-us.apache.org/repos/asf/bigtop/repo
Commit: http://git-wip-us.apache.org/repos/asf/bigtop/commit/ebd4f688
Tree: http://git-wip-us.apache.org/repos/asf/bigtop/tree/ebd4f688
Diff: http://git-wip-us.apache.org/repos/asf/bigtop/diff/ebd4f688

Branch: refs/heads/master
Commit: ebd4f688257f4fe8012e48a1ddc8aa48e4986c9a
Parents: b4e13f2
Author: Roman Shaposhnik <rv...@cloudera.com>
Authored: Fri Feb 22 15:55:10 2013 -0800
Committer: Roman Shaposhnik <rv...@cloudera.com>
Committed: Fri Feb 22 15:55:10 2013 -0800

----------------------------------------------------------------------
 .../src/common/bigtop-utils/bigtop-detect-javalibs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/bigtop/blob/ebd4f688/bigtop-packages/src/common/bigtop-utils/bigtop-detect-javalibs
----------------------------------------------------------------------
diff --git a/bigtop-packages/src/common/bigtop-utils/bigtop-detect-javalibs b/bigtop-packages/src/common/bigtop-utils/bigtop-detect-javalibs
index 985b0d6..e90fa68 100644
--- a/bigtop-packages/src/common/bigtop-utils/bigtop-detect-javalibs
+++ b/bigtop-packages/src/common/bigtop-utils/bigtop-detect-javalibs
@@ -28,7 +28,7 @@ fi
 # attempt to find native java libraries
 if [ -z "$JAVA_NATIVE_PATH" ]; then
   for library in $JAVA_NATIVE_LIBS; do
-    if [ -z "$JAVA_NATIVE_PATH" ]; then
+    if [ -z "$libraries_predicate" ]; then
       libraries_predicate="-name $library"
     else
       libraries_predicate="$libraries_predicate -o -name $library"