Skip to content

Commit 2680594

Browse files
authored
Merge pull request #14 from olafrauch/patch-1
Fix to support space in path names
2 parents 8e226f2 + a51ec01 commit 2680594

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

netassert

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -537,7 +537,7 @@ check_dependencies() {
537537
YJ="${DIR}/${YJ}"
538538
fi
539539

540-
local DEPS=(jq ${YJ} ssh timeout parallel ${*:-})
540+
local DEPS=(jq "${YJ}" ssh timeout parallel ${*:-})
541541

542542
for DEP in "${DEPS[@]}"; do
543543
if [[ -n "${DEP:-}" ]]; then

0 commit comments

Comments
 (0)