7050685: jsdbproc64.sh has a typo in the package name

Wed, 27 Nov 2013 14:26:04 +0400

author
dsamersoff
date
Wed, 27 Nov 2013 14:26:04 +0400
changeset 6142
8a42e81e2f9d
parent 6133
e567d5afd4dd
child 6143
6ce6a0d23467

7050685: jsdbproc64.sh has a typo in the package name
Summary: fixed typeo
Reviewed-by: sla, kmo, sspitsyn

agent/make/jsdbproc64.sh file | annotate | diff | comparison | revisions
     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