rohanrhu / gdb-frontend

☕ GDBFrontend is an easy, flexible and extensible gui debugger. Try it on https://debugme.dev
https://oguzhaneroglu.com/projects/gdb-frontend/
GNU General Public License v3.0
2.79k stars 98 forks source link

Fix Bourne/bash/etc. shells quoting of "$@" #29

Closed shlomif closed 2 years ago

shlomif commented 2 years ago

Wrap $@ in double quotes.

See:

https://stackoverflow.com/questions/9994295/what-does-mean-in-a-shell-script

It messed up sys.argv in run.py.

rohanrhu commented 2 years ago

Hi, thank you for your contributing. 🙂

shlomif commented 2 years ago

@rohanrhu : thanks! do note that other shell variable expansions may ought to be quoted as well.