From 8189ec78ac36039a43570cc655aecbc931b27446 Mon Sep 17 00:00:00 2001 From: Dan Helfman Date: Thu, 9 Aug 2007 19:45:46 +0000 Subject: [PATCH] Added export to release.sh. --- tools/release.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/release.sh b/tools/release.sh index 382915b..d7c86a6 100755 --- a/tools/release.sh +++ b/tools/release.sh @@ -3,9 +3,9 @@ # Run this from the root directory of Luminotes's source. Note: This will nuke your database! ORIG_PYTHONPATH="$PYTHONPATH" -PYTHONPATH=. +export PYTHONPATH=. python2.5 tools/initdb.py -PYTHONPATH="$ORIG_PYTHONPATH" +export PYTHONPATH="$ORIG_PYTHONPATH" cd .. rm -f luminotes.tar.gz tar cvfz luminotes.tar.gz --exclude=session --exclude="*.log" --exclude="*.pyc" --exclude=".*" luminotes