Skip to content

Commit

Permalink
Merge pull request #475 from juripetersen/fix-wayang-submit
Browse files Browse the repository at this point in the history
Remove wrong WAYANG_CLASSPATH in wayang_submit
  • Loading branch information
kbeedkar authored Sep 26, 2024
2 parents 886938e + dd2ed37 commit 31b5a29
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions bin/wayang-submit
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@

CLASS=$1


if [ -z "${CLASS}" ]; then
echo "Target Class for execution was not provided"
exit 1
Expand Down Expand Up @@ -119,7 +120,5 @@ do
ARGS="$ARGS \"${arg}\""
done

WAYANG_CLASSPATH="${WAYANG_CLASSPATH}:${WAYANG_APP_HOME}"

eval "$RUNNER $FLAGS -cp "${WAYANG_CLASSPATH}" $CLASS ${ARGS}"

0 comments on commit 31b5a29

Please sign in to comment.