start: make sure remaining args are passed to handlers
This commit is contained in:
parent
b5b3a5f029
commit
ebe8927884
1 changed files with 2 additions and 2 deletions
|
@ -61,8 +61,8 @@ while getopts ":wh" arg; do
|
||||||
done
|
done
|
||||||
|
|
||||||
if [ "$WSL_SSH_AGENT" = true ]; then
|
if [ "$WSL_SSH_AGENT" = true ]; then
|
||||||
start_with_wsl_agent
|
start_with_wsl_agent "$@"
|
||||||
else
|
else
|
||||||
start_with_windows_agent
|
start_with_windows_agent "$@"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue