diff options
author | lonkaars <loek@pipeframe.xyz> | 2024-02-12 09:58:02 +0100 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2024-02-12 09:58:02 +0100 |
commit | 81c0e68b44ac1b994df2459c07f4499c81f0ad23 (patch) | |
tree | 33c13e87f46fc15895fe48ed0e4f28d81ba670d4 /.local/share/bin/java | |
parent | 71bbe1752e1b22ec177a0634866f0c38022606c0 (diff) |
update dotfiles
Diffstat (limited to '.local/share/bin/java')
-rwxr-xr-x | .local/share/bin/java | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/.local/share/bin/java b/.local/share/bin/java deleted file mode 100755 index a189d14..0000000 --- a/.local/share/bin/java +++ /dev/null @@ -1,4 +0,0 @@ -#!/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 "$@" |