# HG changeset patch # User dsamersoff # Date 1385547964 -14400 # Node ID 8a42e81e2f9d49174652392f295bf861d5c5f56c # Parent e567d5afd4ddb8902b46e4be8d7640d81c48c723 7050685: jsdbproc64.sh has a typo in the package name Summary: fixed typeo Reviewed-by: sla, kmo, sspitsyn diff -r e567d5afd4dd -r 8a42e81e2f9d agent/make/jsdbproc64.sh --- a/agent/make/jsdbproc64.sh Tue Nov 26 16:03:57 2013 -0500 +++ b/agent/make/jsdbproc64.sh Wed Nov 27 14:26:04 2013 +0400 @@ -1,7 +1,7 @@ -#!/bin/sh +#!/bin/sh # -# Copyright (c) 2004, Oracle and/or its affiliates. All rights reserved. +# Copyright (c) 2004, 2013, Oracle and/or its affiliates. All rights reserved. # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. # # This code is free software; you can redistribute it and/or modify it @@ -21,10 +21,10 @@ # Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA # or visit www.oracle.com if you need additional information or have any # questions. -# +# # - -. `dirname $0`/saenv64.sh - -$SA_JAVA_CMD sun.jvm.hotspot.tools.JSDB $* + +. `dirname $0`/saenv64.sh + +$SA_JAVA_CMD sun.jvm.hotspot.tools.soql.JSDB $*