You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lens.apache.org by am...@apache.org on 2016/05/10 10:04:21 UTC

lens git commit: LENS-1034 : Fix picking lens-env.sh from conf passed via --conf directory

Repository: lens
Updated Branches:
  refs/heads/master 59c2f8b11 -> 46e915367


LENS-1034 : Fix picking lens-env.sh from conf passed via --conf directory


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

Branch: refs/heads/master
Commit: 46e915367eaf9c49ce4293a1ac1375301d9c2c3e
Parents: 59c2f8b
Author: Rajat Khandelwal <pr...@apache.org>
Authored: Tue May 10 15:34:08 2016 +0530
Committer: Amareshwari Sriramadasu <am...@apache.org>
Committed: Tue May 10 15:34:08 2016 +0530

----------------------------------------------------------------------
 tools/scripts/lens-ctl | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lens/blob/46e91536/tools/scripts/lens-ctl
----------------------------------------------------------------------
diff --git a/tools/scripts/lens-ctl b/tools/scripts/lens-ctl
index 822ead8..8523360 100755
--- a/tools/scripts/lens-ctl
+++ b/tools/scripts/lens-ctl
@@ -336,6 +336,7 @@ done
 
 # prepend conf dir to classpath
 if [ -n "$opt_conf" ]; then
+  export LENS_CONF=$opt_conf
   LENSCPPATH="$opt_conf:$LENSCPPATH"
 fi