Skip to content

Commit

Permalink
Remove wrong WAYANG_CLASSPATH in wayang_submit
Browse files Browse the repository at this point in the history
  • Loading branch information
juripetersen committed Sep 26, 2024
1 parent 886938e commit dd2ed37
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 dd2ed37

Please sign in to comment.