]> git.cworth.org Git - fips/commitdiff
Stop processing command-line options at first non-option argument
authorCarl Worth <cworth@cworth.org>
Tue, 25 Jun 2013 23:48:13 +0000 (16:48 -0700)
committerCarl Worth <cworth@cworth.org>
Tue, 25 Jun 2013 23:48:13 +0000 (16:48 -0700)
This makes it much easier to pass options to the program being
executed by fips. The options can be passed directly, such as:

fips glxgears -fullscreen

Previous, to this commit, one would have to use a syntax such as:

fips -- glxgears -fullscreen

to prevent fips from trying to interpret the "-fullscreen" argument as
options to fips itself.


No differences found