Skip to content
Snippets Groups Projects
Commit a1694b73 authored by Nick Mathewson's avatar Nick Mathewson :game_die:
Browse files

Fix a shellcheck warning in test_parseconf.sh.

I wonder why this didn't show up before.
parent 80426082
No related branches found
No related tags found
No related merge requests found
......@@ -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=""
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment