From 2648bb047c5c67162508b4f3204a3a1ffd5a6f81 Mon Sep 17 00:00:00 2001 From: Philippe Teuwen Date: Mon, 9 Mar 2009 07:12:45 +0800 Subject: [PATCH] Keep it simple Signed-off-by: Gina Trapani --- todo.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/todo.sh b/todo.sh index 77243a4..da1db3b 100755 --- a/todo.sh +++ b/todo.sh @@ -248,9 +248,10 @@ TODOTXT_DATE_ON_ADD=${TODOTXT_DATE_ON_ADD:-0} fi } -TODOTXT_SH="$0" +export TODOTXT_VERBOSE TODOTXT_PLAIN TODOTXT_CFG_FILE TODOTXT_FORCE TODOTXT_PRESERVE_LINE_NUMBERS TODOTXT_AUTO_ARCHIVE TODOTXT_DATE_ON_ADD -export TODOTXT_VERBOSE TODOTXT_PLAIN TODOTXT_CFG_FILE TODOTXT_FORCE TODOTXT_PRESERVE_LINE_NUMBERS TODOTXT_AUTO_ARCHIVE TODOTXT_DATE_ON_ADD TODOTXT_SH +TODO_SH="$0" +export TODO_SH # === SANITY CHECKS (thanks Karl!) === [ -r "$TODOTXT_CFG_FILE" ] || die "Fatal error: Cannot read configuration file $TODOTXT_CFG_FILE"