#!/bin/ksh -pu
#
# ident "@(#)R50KioskL10N.ksh	1.1 08/08/08 SMI"
#
# Copyright 2008 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)/M39KioskL10N $1
