ini-tools.sh: Fix new call semantics

Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
Jan Lindemann 2016-11-08 16:22:01 +00:00
commit d2a4f3d5bc
2 changed files with 3 additions and 3 deletions

View file

@ -2,7 +2,7 @@
export LANG=POSIX
dir=`dirname $0`
inifile=$1
inifile="$1"
. $dir/ini-tools.sh
cfg_section()