Skip to content
Snippets Groups Projects
Commit 83cd32dd authored by jurgenhaas's avatar jurgenhaas
Browse files

Properly forward quoted arguments in bash scripts

parent a05dd493
No related branches found
No related tags found
No related merge requests found
......@@ -10,4 +10,4 @@ if [[ -n "$1" ]]; then
fi
fi
/usr/local/bin/${COMMAND} $@
/usr/local/bin/${COMMAND} "$@"
......@@ -101,4 +101,4 @@ project_params=(
docker exec -it \
"${project_params[@]}" \
l3drun \
/usr/local/bin/run $@
/usr/local/bin/run "$@"
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