From 0e63e4d1a4302c644fc6e211ad8c1721851df96a Mon Sep 17 00:00:00 2001 From: Antonio Terceiro Date: Thu, 15 Jan 2009 19:33:07 -0300 Subject: [PATCH] ActionItem862: post-mortem: fixed test in script --- script/release-v0.13.0-ecosol | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/release-v0.13.0-ecosol b/script/release-v0.13.0-ecosol index 7d85430..00d728b 100755 --- a/script/release-v0.13.0-ecosol +++ b/script/release-v0.13.0-ecosol @@ -2,7 +2,7 @@ set -e -if [ -x $RAILS_ENV ]; then +if [ -z $RAILS_ENV ]; then export RAILS_ENV=production fi -- libgit2 0.21.2