Skip to content

run: Avoid word splitting

Guido Günther requested to merge run-args into master

This allows e.g.

../phoc/_build/run -C data/rootston.ini -E "_build/src/phosh -U"

to work. Otherwise '-U' would be picked up by phoc.

Merge request reports