Repository: incubator-systemml Updated Branches: refs/heads/master bcf4c901a -> 61183f24b
Removing echoed command statement from bin/systemml. Project: http://git-wip-us.apache.org/repos/asf/incubator-systemml/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-systemml/commit/61183f24 Tree: http://git-wip-us.apache.org/repos/asf/incubator-systemml/tree/61183f24 Diff: http://git-wip-us.apache.org/repos/asf/incubator-systemml/diff/61183f24 Branch: refs/heads/master Commit: 61183f24ba2a9c3cd185ad0c579debf508c07ea8 Parents: bcf4c90 Author: Mike Dusenberry <[email protected]> Authored: Mon Jan 18 18:05:24 2016 -0800 Committer: Mike Dusenberry <[email protected]> Committed: Mon Jan 18 18:07:33 2016 -0800 ---------------------------------------------------------------------- bin/systemml | 1 - 1 file changed, 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-systemml/blob/61183f24/bin/systemml ---------------------------------------------------------------------- diff --git a/bin/systemml b/bin/systemml index 734e1ac..0ccee2d 100755 --- a/bin/systemml +++ b/bin/systemml @@ -158,7 +158,6 @@ org.apache.sysml.api.DMLScript \ -config='$PROJECT_ROOT_DIR/conf/SystemML-config.xml' \ $@" -echo ${CMD} eval ${CMD} RETURN_CODE=$?
