commit | a550bb036c63caba6595a912b52ec89694d95dda | [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 | 91d3c1837fd029a77f463d99193652076e67f31b | |
parent | 31c13bce9e138b5226a2be325e6a4f59b86e0151 [diff] |
update scripts git-svn-id: https://hyracks.googlecode.com/svn/branches/fullstack_staging@2244 123451ca-8445-de46-9d55-352943316053
diff --git a/pregelix-core/src/main/resources/scripts/pregelix b/pregelix-core/src/main/resources/scripts/pregelix index 31df24b..c3fd27b 100644 --- a/pregelix-core/src/main/resources/scripts/pregelix +++ b/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