diff options
| author | lonkaars <loek@pipeframe.xyz> | 2023-10-07 23:22:59 +0200 |
|---|---|---|
| committer | lonkaars <loek@pipeframe.xyz> | 2023-10-07 23:22:59 +0200 |
| commit | f69a39258c4306d9d11e6849600192c9eee9a971 (patch) | |
| tree | 83fd89e2523e0b156ac62b5d3ceff397ecafc293 /.local/share/bin/java | |
| parent | 4505869b0053be790cf839f8c8ad6851bd9fbd86 (diff) | |
fix _JAVA_OPTIONS message
Diffstat (limited to '.local/share/bin/java')
| -rwxr-xr-x | .local/share/bin/java | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.local/share/bin/java b/.local/share/bin/java new file mode 100755 index 0000000..7e7d4d9 --- /dev/null +++ b/.local/share/bin/java @@ -0,0 +1,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 $* |