The build.sh file should have double quote to prevent globbing and word splitting. (Source: SC2086)
Quoting variables prevents word splitting and glob expansion, and prevents the script from breaking when input contains spaces, line feeds, glob characters and such.
--Suriyaa Sundararuban (Donate some VTC:vtc1qxvzg3syau59vrdmr498pdakz0y8w6vu8ynkwll)
📞 ping repo maintainer: @gertjaap
The
build.sh
file should have double quote to prevent globbing and word splitting. (Source: SC2086)Quoting variables prevents word splitting and glob expansion, and prevents the script from breaking when input contains spaces, line feeds, glob characters and such.
--Suriyaa Sundararuban (Donate some VTC:
vtc1qxvzg3syau59vrdmr498pdakz0y8w6vu8ynkwll
)