Loading src/test/test_parseconf.sh +1 −1 Original line number Diff line number Diff line Loading @@ -43,7 +43,7 @@ die() { echo "$1" >&2 ; exit 5; } # emulate realpath(), in case coreutils or equivalent is not installed. abspath() { f=$@ f="$*" if [ -d "$f" ]; then dir="$f" base="" Loading Loading
src/test/test_parseconf.sh +1 −1 Original line number Diff line number Diff line Loading @@ -43,7 +43,7 @@ die() { echo "$1" >&2 ; exit 5; } # emulate realpath(), in case coreutils or equivalent is not installed. abspath() { f=$@ f="$*" if [ -d "$f" ]; then dir="$f" base="" Loading