#! /bin/sh
#
# Splus LICENSE keydir
#
# Return the name of the directory containing the key files.
#

if [ ! -d $SLIC_KEYDIR ]
then mkdir $SLIC_KEYDIR
fi
echo $SLIC_KEYDIR
