commit | 1d22d267c674ada202f34e45ffebdfef8f554f42 | [log] [tgz] |
---|---|---|
author | buyingyi <buyingyi@123451ca-8445-de46-9d55-352943316053> | Tue Oct 23 05:25:29 2012 +0000 |
committer | buyingyi <buyingyi@123451ca-8445-de46-9d55-352943316053> | Tue Oct 23 05:25:29 2012 +0000 |
tree | 4c2400e34c0e49af428c1d1a11f1b421b1e06602 | |
parent | f0039cb8e00322d78ce6735a6d7eae5c6a865098 [diff] |
update scripts git-svn-id: https://hyracks.googlecode.com/svn/branches/fullstack_staging@2244 123451ca-8445-de46-9d55-352943316053
diff --git a/pregelix/pregelix-core/src/main/resources/scripts/pregelix b/pregelix/pregelix-core/src/main/resources/scripts/pregelix index 31df24b..c3fd27b 100644 --- a/pregelix/pregelix-core/src/main/resources/scripts/pregelix +++ b/pregelix/pregelix-core/src/main/resources/scripts/pregelix
@@ -91,7 +91,7 @@ REPO="$BASEDIR"/lib fi -CLASSPATH=$CLASSPATH_PREFIX:$1:"$HADOOP_HOME"/conf:"$BASEDIR"/etc +CLASSPATH=$CLASSPATH_PREFIX:"$HADOOP_HOME"/conf:"$BASEDIR"/etc:$(echo ${REPO}/*.jar | tr ' ' ':'):$1 # For Cygwin, switch paths to Windows format before running java if $cygwin; then