Skip to content

properly escape $@

this ensures spaces in argv are not lost

i've used "$@", but some older shells may need to use ${1:+"$@"} instead, worth to use maximum compatible?

Merge request reports