LENS-676 : Pass ClI's extra arguments to Bootstrap
Project: http://git-wip-us.apache.org/repos/asf/incubator-lens/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-lens/commit/c65fa3c2 Tree: http://git-wip-us.apache.org/repos/asf/incubator-lens/tree/c65fa3c2 Diff: http://git-wip-us.apache.org/repos/asf/incubator-lens/diff/c65fa3c2 Branch: refs/heads/LENS-581 Commit: c65fa3c2fb1a4f193a8bd8e6c68b05b1a75a8fa1 Parents: 7de74eb Author: Rajat Khadelwal <[email protected]> Authored: Tue Jul 21 14:08:33 2015 +0530 Committer: Amareshwari Sriramadasu <[email protected]> Committed: Tue Jul 21 14:08:33 2015 +0530 ---------------------------------------------------------------------- tools/scripts/lens-cli.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-lens/blob/c65fa3c2/tools/scripts/lens-cli.sh ---------------------------------------------------------------------- diff --git a/tools/scripts/lens-cli.sh b/tools/scripts/lens-cli.sh index 8b490e8..51bcdca 100644 --- a/tools/scripts/lens-cli.sh +++ b/tools/scripts/lens-cli.sh @@ -111,6 +111,6 @@ fi # finally, invoke the appropriate command exec ${JAVA_BIN} ${JAVA_PROPERTIES} -cp ${LENSCPPATH} \ - "$CLI_JAR" $* + "$CLI_JAR" $args exit 0
