Skip to content

Quote "$@" in autogen.sh

Arun Raghavan requested to merge github/fork/ncraun-vivint/patch-1 into master

Created by: ncraun-vivint

An unquoted $@ will break for arguments with spaces in their names. Unquoted @ will work until it doesn't, and then it can be tricky to track down exactly what went wrong. Using "@" will save someone some headache in the future.

Merge request reports