mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-30 23:53:32 +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.
|
# emulate realpath(), in case coreutils or equivalent is not installed.
|
||||||
abspath() {
|
abspath() {
|
||||||
f=$@
|
f="$*"
|
||||||
if [ -d "$f" ]; then
|
if [ -d "$f" ]; then
|
||||||
dir="$f"
|
dir="$f"
|
||||||
base=""
|
base=""
|
||||||
|
Loading…
Reference in New Issue
Block a user