Home | History | Annotate | Download | only in no_java_path
      1 #!/bin/bash
      2 
      3 echo "Error: JAVA_NOT_REQUIRED=true, $(basename $0) is unavailable." 1>&2
      4 exit 1
      5