get_filename_component-fix-program-split.rst 429 B

123456789
  1. get_filename_component-fix-program-split
  2. ----------------------------------------
  3. * The :command:`get_filename_component` ``PROGRAM`` mode semantics
  4. have been revised to not tolerate unquoted spaces in the path
  5. to the program while also accepting arguments. While technically
  6. incompatible with the old behavior, it is expected that behavior
  7. under typical use cases with properly-quoted command-lines has
  8. not changed.