Quote properly

This helps pass arguments containing spaces to steam
This commit is contained in:
TomyLobo 2016-10-30 20:37:29 +01:00 committed by GitHub
parent a79f8488dc
commit 2e0a286b82

View File

@ -67,7 +67,7 @@ function docker_helper() {
}
function steam() {
docker_helper $FUNCNAME $@
docker_helper "$FUNCNAME" "$@"
}
```