Jon Ringle wrote: > When trying to invoke a command via 'ptxdist bash cmd [args...]' > If cmd takes an argument that matches one of the option that is parsed in > parse_first in ptxdist, then cmd never gets that argument. > > For example, > ptxdist bash foo -d bar > would get erroneously invoked as: > foo bar > > This commit allows one to overcome this limitation: > ptxdist bash -- foo -d bar > so that it gets invoked properly as: > foo -d bar > > Signed-off-by: Jon Ringle <[email protected]>
tnx, applied to master. cheers, Marc -- Pengutronix e.K. | Marc Kleine-Budde | Industrial Linux Solutions | Phone: +49-231-2826-924 | Vertretung West/Dortmund | Fax: +49-5121-206917-5555 | Amtsgericht Hildesheim, HRA 2686 | http://www.pengutronix.de |
signature.asc
Description: OpenPGP digital signature
-- ptxdist mailing list [email protected]
