Compare commits

..

1 Commits

Author SHA1 Message Date
7a9eff94fa Escape * in build-debug before passing to debug
With `setopt nonomatch` unescaped `*` can be used in command arguments
however when passing command arguments to `build-debug` the `*` _should_
be escaped so that the debugger e.g. `gdb` will correctly invoke the
program where `setopt nonomatch` does not apply.
2019-04-18 10:41:05 +01:00

Diff Content Not Available