#!/bin/ksh
#
# ident "@(#)R08L10N.ksh	1.1 01/11/26 SMI"
#
# Copyright (c) 2001 by Sun Microsystems, Inc.
# All rights reserved.
#

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

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