]> git.saurik.com Git - apt.git/commit - apt-pkg/contrib/cmndline.cc
allow options between command and -- on commandline
authorDavid Kalnischkies <david@kalnischkies.de>
Sat, 27 Sep 2014 23:25:21 +0000 (01:25 +0200)
committerDavid Kalnischkies <david@kalnischkies.de>
Sat, 27 Sep 2014 23:32:00 +0000 (01:32 +0200)
commitc4b91cbe7cd24126ead1c3fd4b89ff7069bcc148
treec30a3ff1d2a6568b8df5220a75b5911ed35b1642
parent20e6965ad6388b964b59b89c31ff8b81cbcb8f8c
allow options between command and -- on commandline

This used to work before we implemented a stricter commandline parser
and e.g. the dd-schroot-cmd command constructs commandlines like this.

Reported-By: Helmut Grohne
apt-pkg/contrib/cmndline.cc
test/libapt/commandline_test.cc
test/libapt/makefile