Update of bug #61758 (project groff):

                  Status:             In Progress => Fixed                  
             Open/Closed:                    Open => Closed                 
         Planned Release:                    None => 1.23.0                 

    _______________________________________________________

Follow-up Comment #1:


commit 192a494e73741c7b0aa6df608e334bab21044eef
Author: G. Branden Robinson <[email protected]>
Date:   Tue Jan 4 04:39:56 2022 +1100

    [grog]: Handle auxiliary `-m` options correctly.
    
    * src/utils/grog/grog.pl: Handle auxiliary macro package arguments
      correctly.
    
      (process_arguments): Don't append the argument to the '-m' option to
      the command line; requested macro packages have dedicated logic.
    
      (construct_command): When iterating through requested package list,
      assume each element is an auxiliary package unless it matches an
      element in the list of main packages.  If the assumption holds, append
      the package name to a new list, `auxiliary_package_argument` (prefixed
      with '-m').  Push this list onto the command line after any main
      package.
    
      Also rename `$selected_main_package` to `$main_package` for brevity,
      and drop unused global lists `m` and `supplemental_package`.
    
    Fixes <https://savannah.gnu.org/bugs/?61758>.


    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?61758>

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/


Reply via email to