:
#	@(#) local.sh 1.1 89/03/23 
#
#	Copyright (C) The Santa Cruz Operation, 1987, 1988, 1989.
#	This Module contains Proprietary Information of
#	The Santa Cruz Operation, and should be treated as Confidential.
#

if test "`basename $0`" = "spool"
then
	LPR=spooler
	PRINTER=spooler
else
	LPR=local
	PRINTER=local
fi
export LPR PRINTER
exec $*
