GNOME Bugzilla – Bug 664475
console: Fix ARGV when using -c to specify program
Last modified: 2011-11-21 21:38:43 UTC
See patch.
Created attachment 201817 [details] [review] console: Fix ARGV when using -c to specify program Parameters parsed by GOptionContext are removed from argv, so we only need to adjust the array ourselves when a filename is specified (which is parsed manually).
Review of attachment 201817 [details] [review]: Looks right.
Attachment 201817 [details] pushed as a5406f3 - console: Fix ARGV when using -c to specify program