#! /bin/sh
# 
#       SCCS:  @(#)  wclean.sh Rel 1.1	    (2/5/92)
# 
# 	UniSoft Ltd., London, England
# 
#  (C) Copyright 1991 X/Open Company Limited
# 
#  All rights reserved.  No part of this source code may be reproduced,
#  stored in a retrieval system, or transmitted, in any form or by any
#  means, electronic, mechanical, photocopying, recording or otherwise,
#  except as stated in the end-user licence agreement, without the prior
#  permission of the copyright owners.
# 
#  X/Open and the 'X' symbol are trademarks of X/Open Company Limited in
#  the UK and other countries.
#
# wclean interface script
#
# Author: Stuart Boutell, UniSoft Ltd

if test "$VSW_CLEAN_RUNNING" = "Y"
then
	exec pclean $*
else
	VSW_ARGS=$*
	VSW_CLEAN_RUNNING=Y
	export VSW_ARGS
	export VSW_CLEAN_RUNNING
	exec wclean.exec
fi
