Commit a1694b73 authored by Nick Mathewson's avatar Nick Mathewson 🦀
Browse files

Fix a shellcheck warning in test_parseconf.sh.

I wonder why this didn't show up before.
parent 80426082
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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=""