# WARNING: don't issue the ':' command here!
#          This file is invoked by the '.' (dot) command.
#          Therefore, it needs no shell determination.
#
# @(#)x_gen_win  6.1.1  1997-07-15
#

if [ "$DBUMASK" != "" ]
then
  umask $DBUMASK
fi


if [ $# -eq 0 ]
then
    $PROG
else
    $PROG "$@"
fi

