aboutsummaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorterminaldweller <thabogre@gmail.com>2022-03-03 07:58:01 +0000
committerterminaldweller <thabogre@gmail.com>2022-03-03 07:58:01 +0000
commit012984277334aff8daa666cbe25b29ec7ae9f35a (patch)
treec9f5744745749a38f6f8a4f488ecc28655039b9d /bin
parentupdates for bashrc (diff)
downloadscripts-012984277334aff8daa666cbe25b29ec7ae9f35a.tar.gz
scripts-012984277334aff8daa666cbe25b29ec7ae9f35a.zip
rsync
Diffstat (limited to 'bin')
-rwxr-xr-xbin/checkstyle2
-rwxr-xr-xbin/google-java-format2
2 files changed, 2 insertions, 2 deletions
diff --git a/bin/checkstyle b/bin/checkstyle
index 40869c3..269b012 100755
--- a/bin/checkstyle
+++ b/bin/checkstyle
@@ -1,3 +1,3 @@
#!/bin/sh
-exec env javac /home/devi/checkstyle/checkstyle-9.3-all.jar "$@"
+exec env java -jar /home/devi/checkstyle/checkstyle-9.3-all.jar "$@"
diff --git a/bin/google-java-format b/bin/google-java-format
index 43ca97f..e955792 100755
--- a/bin/google-java-format
+++ b/bin/google-java-format
@@ -1,3 +1,3 @@
#!/bin/sh
-exec env javac /home/devi/google-java-format/google-java-format-1.13.0-all-deps.jar "$@"
+exec env java -jar /home/devi/google-java-format/google-java-format-1.13.0-all-deps.jar "$@"