From 40752d4ac4b129379749a73f8f1fcfcfdfc34324 Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Thu, 24 Feb 2011 14:28:29 +0100 Subject: [PATCH] remove autoexport from cdist-config Signed-off-by: Nico Schottelius --- bin/cdist-config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/cdist-config b/bin/cdist-config index 662f9515..3e474331 100755 --- a/bin/cdist-config +++ b/bin/cdist-config @@ -23,7 +23,7 @@ # Fail if something bogus is going on and export all variables # The export is mainly needed for remote knowledge -set -au +set -u # Values can be overriden from outside, so you can # customise paths as you like (for distributors, geeks and hackers)