#!/bin/csh -f
# source this file to get the sp.configiguration
set basedir=`dirname $0`
cd $basedir
# determine which Ex Libris application
source util_sp_set_app


foreach var ( ftp_server ftp_user sp_dir exl_mail cust_code cust_mail language  mail_exl_flag )
    eval set $var
end
if (-f  $sp_conf) then
    source $sp_conf
else
    echo "sp.config file not found"
endif
