Protect against accidental output from params file

This commit is contained in:
Tom Eastep 2010-11-13 16:16:58 -08:00
parent 19122512d0
commit 3f6cce10d2

View File

@ -36,7 +36,7 @@ CONFIG_PATH="$2"
set -a
. $1
. $1 >/dev/null # Avoid spurious output
set +a