agent/make/jsdbproc64.sh

changeset 6142
8a42e81e2f9d
parent 1907
c18cbe5936b8
child 6876
710a3c8b516e
     1.1 --- a/agent/make/jsdbproc64.sh	Tue Nov 26 16:03:57 2013 -0500
     1.2 +++ b/agent/make/jsdbproc64.sh	Wed Nov 27 14:26:04 2013 +0400
     1.3 @@ -1,7 +1,7 @@
     1.4 -#!/bin/sh
     1.5 +#!/bin/sh
     1.6  
     1.7  #
     1.8 -# Copyright (c) 2004, Oracle and/or its affiliates. All rights reserved.
     1.9 +# Copyright (c) 2004, 2013, Oracle and/or its affiliates. All rights reserved.
    1.10  # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
    1.11  #
    1.12  # This code is free software; you can redistribute it and/or modify it
    1.13 @@ -21,10 +21,10 @@
    1.14  # Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
    1.15  # or visit www.oracle.com if you need additional information or have any
    1.16  # questions.
    1.17 -#  
    1.18 +#
    1.19  #
    1.20  
    1.21 -
    1.22 -. `dirname $0`/saenv64.sh
    1.23 -
    1.24 -$SA_JAVA_CMD sun.jvm.hotspot.tools.JSDB $*
    1.25 +
    1.26 +. `dirname $0`/saenv64.sh
    1.27 +
    1.28 +$SA_JAVA_CMD sun.jvm.hotspot.tools.soql.JSDB $*

mercurial