#!/bin/ksh -pu
#
# ident "@(#)R64GDMPatch.ksh	1.1 07/05/30 SMI"
#
# Copyright  2007 by Sun Microsystems, Inc. All rights reserved.
# Use is subject to license terms.
#

# get the full pathname
command=$(whence $0)

# call the M-module (where all event handlers are)
$(dirname $command)/M08GDMPatch $1
