start: make sure remaining args are passed to handlers

This commit is contained in:
Fernando Schauenburg 2022-09-16 09:00:19 +02:00
parent b5b3a5f029
commit ebe8927884

View file

@ -61,8 +61,8 @@ while getopts ":wh" arg; do
done
if [ "$WSL_SSH_AGENT" = true ]; then
start_with_wsl_agent
start_with_wsl_agent "$@"
else
start_with_windows_agent
start_with_windows_agent "$@"
fi