aboutsummaryrefslogtreecommitdiffstats
path: root/bin/checkstyle
diff options
context:
space:
mode:
Diffstat (limited to '')
-rwxr-xr-xbin/checkstyle2
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 "$@"