From e862e16a59b2cfc2a65528d63116011266fddd99 Mon Sep 17 00:00:00 2001 From: frisco <> Date: Sun, 22 Aug 2010 09:06:46 +0000 Subject: [PATCH] Fixed a bug in the build system. I don't entirely remember why this got changed; see r1126. The "." include line at the bottom of "config/common" can be commented out again for debugging or local builds if this is still required. --- config/common | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config/common b/config/common index eebb011..f4e5429 100644 --- a/config/common +++ b/config/common @@ -125,4 +125,5 @@ APTITUDE_OPTIONS="--assume-yes" #Load CryptoNAS and user-customized settings -#. config/cnas-active-settings +. config/cnas-active-settings +