You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@omid.apache.org by da...@apache.org on 2016/08/09 03:39:32 UTC

incubator-omid git commit: [OMID-51] Glitch in omid.sh This closes #4

Repository: incubator-omid
Updated Branches:
  refs/heads/master 6faed4b19 -> c13b3ed2f


[OMID-51] Glitch in omid.sh
This closes #4


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

Branch: refs/heads/master
Commit: c13b3ed2fe762782c6c2d6f8a54a9abcc3a11b7c
Parents: 6faed4b
Author: Daniel Dai <da...@hortonworks.com>
Authored: Mon Aug 8 20:32:27 2016 -0700
Committer: Daniel Dai <da...@hortonworks.com>
Committed: Mon Aug 8 20:32:27 2016 -0700

----------------------------------------------------------------------
 tso-server/bin/omid.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-omid/blob/c13b3ed2/tso-server/bin/omid.sh
----------------------------------------------------------------------
diff --git a/tso-server/bin/omid.sh b/tso-server/bin/omid.sh
index 6afde68..d001b80 100755
--- a/tso-server/bin/omid.sh
+++ b/tso-server/bin/omid.sh
@@ -24,7 +24,7 @@ cd $SCRIPTDIR;
 source omid-env.sh
 
 # Configure classpath...
-CLASSPATH=../conf:$(HBASE_CONF_DIR):$(HADOOP_CONF_DIR)
+CLASSPATH=../conf:${HBASE_CONF_DIR}:${HADOOP_CONF_DIR}
 
 # ...for source release and...
 for j in ../target/omid-tso*.jar; do