Skip to content

Commit

Permalink
Fix generic launcher
Browse files Browse the repository at this point in the history
  • Loading branch information
afs committed Oct 7, 2017
1 parent c45f937 commit 3f295fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apache-jena/bin/jena
Original file line number Diff line number Diff line change
Expand Up @@ -98,4 +98,4 @@ case "$#" in
*) CMD="$1" ; shift ;;
esac

java $JVM_ARGS $LOGGING -cp "$JENA_CP" arq.sparql "$@"
java $JVM_ARGS $LOGGING -cp "$JENA_CP" "$CMD" "$@"

0 comments on commit 3f295fe

Please sign in to comment.