Removed ok Java comment in script.
This commit is contained in:
parent
68f9b6fa93
commit
eb2dfdda4e
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
|||
# Java check.
|
||||
javaCheck=`which java`
|
||||
if [[ "$javaCheck" =~ ^/.* ]]; then
|
||||
echo "Java requirement............... OK"
|
||||
#echo "Java requirement............... OK"
|
||||
java -jar "$(dirname "$0")"/statoolinfos.jar $@
|
||||
else
|
||||
echo "Java requirement............... MISSING"
|
||||
|
|
Loading…
Reference in a new issue