Quote properly

This helps pass arguments containing spaces to steam
pull/14/head
TomyLobo 8 years ago committed by GitHub
parent a79f8488dc
commit 2e0a286b82

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

Loading…
Cancel
Save