Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Fix to support space in path names
  • Loading branch information
olafrauch authored Nov 6, 2019
commit a51ec01c7c548964f47435606e910370c0c6c375
2 changes: 1 addition & 1 deletion netassert
Original file line number Diff line number Diff line change
Expand Up @@ -537,7 +537,7 @@ check_dependencies() {
YJ="${DIR}/${YJ}"
fi

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

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