#!/bin/csh
# Environment path variables for the SBCL package:
if ( ! $?SBCL_HOME ) then
    setenv SBCL_HOME /usr/lib/sbcl
endif
