From 882ceb158b512492ad7ff885f9ba1bdd9d6dcc01 Mon Sep 17 00:00:00 2001 From: nuex Date: Thu, 6 Oct 2011 17:31:07 -0400 Subject: [PATCH] export right off --- bin/zod.template | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/bin/zod.template b/bin/zod.template index ea89fb6..d2762d6 100644 --- a/bin/zod.template +++ b/bin/zod.template @@ -3,9 +3,9 @@ # ZODIAC - a simple static site generator # Copyright (c) 2011 Chase Allen James -ZOD_LIB=ZODLIB_PATH -ZOD_PROJECT=$1 -ZOD_TARGET=$2 +export ZOD_LIB=ZODLIB_PATH +export ZOD_PROJECT=$1 +export ZOD_TARGET=$2 _zod_error() { echo -e ">>> ERROR: $*" >&2 @@ -16,8 +16,6 @@ _zod_error() { [ ! -d "$ZOD_PROJECT" ] && _zod_error "project directory does not exist" [ ! -d "$ZOD_TARGET" ] && _zod_error "target directory does not exist" -export ZOD_LIB ZOD_PROJECT ZOD_TARGET - find "$ZOD_PROJECT" -type f \ ! -name "*.layout" \ ! -name "*.meta" \