mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-28 06:13:31 +01:00
Fix a shellcheck warning in test_parseconf.sh.
I wonder why this didn't show up before.
This commit is contained in:
parent
804260828b
commit
a1694b7363
@ -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…
Reference in New Issue
Block a user