From 0ffdb368a65d4e1532aba14c82c8b91e30db0acd Mon Sep 17 00:00:00 2001 From: Dean Troyer Date: Thu, 2 Jul 2015 09:09:51 -0500 Subject: [PATCH] Move USE_CONSTRAINTS normalization back to stackrc stackrc needs to do all of the initialization for situations (Grenade, unstack.sh, etc) that do not run stack.sh Change-Id: Ib8c7b923dde817b37f852515dd049fcf970b999a --- stackrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stackrc b/stackrc index e76abc0e85..c59d0a4a20 100644 --- a/stackrc +++ b/stackrc @@ -154,7 +154,7 @@ GIT_TIMEOUT=${GIT_TIMEOUT:-0} # # - True : use upper-constraints.txt to constrain versions of packages intalled # and do not edit projects at all. -USE_CONSTRAINTS=${USE_CONSTRAINTS:-False} +USE_CONSTRAINTS=$(trueorfalse False USE_CONSTRAINTS) # Repositories # ------------