From 66a905bfff3ff5e852b8afe95a84b41b5d59a52c Mon Sep 17 00:00:00 2001 From: Tobias Scherbaum Date: Thu, 15 Jan 2009 17:27:06 +0100 Subject: fix substitution for default config path --- bin/porticron | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/porticron b/bin/porticron index 302f648..a9ff56c 100755 --- a/bin/porticron +++ b/bin/porticron @@ -2,7 +2,7 @@ # vim: set fileencoding=utf-8 ts=4 sw=4 noexpandtab # load config -: ${PORTICRON_CONF:-/etc/porticron.conf} +: ${PORTICRON_CONF:=/etc/porticron.conf} if [[ -r ${PORTICRON_CONF} ]]; then source ${PORTICRON_CONF} -- cgit v1.2.3-65-gdbad