diff --git a/v1.1.2/bin/snow.in b/v1.1.2/bin/snow.in index ed1879d..0042280 100644 --- a/v1.1.2/bin/snow.in +++ b/v1.1.2/bin/snow.in @@ -18,7 +18,7 @@ # Set the root directory of the site-wide Scheme Now! installation. -SNOW_SITE_DIR=${SNOW_SITE_DIR:-"@SNOW_SITE_ROOT@/@SNOW_VERSION@"} +export SNOW_SITE_DIR=${SNOW_SITE_DIR:-"@SNOW_SITE_ROOT@/@SNOW_VERSION@"} SNOW_BASE="${SNOW_SITE_DIR}/base" SNOW_MACROS="${SNOW_BASE}/snow.scm"