diff options
author | terminaldweller <thabogre@gmail.com> | 2022-03-03 07:58:01 +0000 |
---|---|---|
committer | terminaldweller <thabogre@gmail.com> | 2022-03-03 07:58:01 +0000 |
commit | 012984277334aff8daa666cbe25b29ec7ae9f35a (patch) | |
tree | c9f5744745749a38f6f8a4f488ecc28655039b9d /bin/checkstyle | |
parent | updates for bashrc (diff) | |
download | scripts-012984277334aff8daa666cbe25b29ec7ae9f35a.tar.gz scripts-012984277334aff8daa666cbe25b29ec7ae9f35a.zip |
rsync
Diffstat (limited to '')
-rwxr-xr-x | bin/checkstyle | 2 |
1 files changed, 1 insertions, 1 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 "$@" |