aboutsummaryrefslogtreecommitdiff
path: root/.local/share/bin/java
blob: a189d144f123b62430c376f8359401feeff43d5b (plain)
1
2
3
4
#!/bin/sh
# this is a stupid fix because java has no option to silence the
# "Picked up _JAVA_OPTIONS:" message
exec /usr/bin/java $_SILENT_JAVA_OPTIONS "$@"