erlware / relx

Sane, simple release creation for Erlang
http://erlware.github.io/relx
Apache License 2.0
697 stars 232 forks source link

fix awk script check_name() in extended_bin #915

Closed sg2342 closed 2 years ago

sg2342 commented 2 years ago

when the argument to the system calls in check_name awk script is built, the file part must be quoted. if this is not done, the system call will fail whenever the filename contains spaces

fix #908

sg2342 commented 2 years ago

@ferd , @tsloughter : do you want a shelltest for this?

ferd commented 2 years ago

if you have bandwidth for that, it would certainly be appreciated and useful.