Skip to content

Support shell expansion of filenames from wgetrc

Darshit Shah requested to merge gh-43f30f30/134/darnir/expand_filenames into master
  • bootstrap.conf: Add module wordexp
  • src/options.c (_shell_expand): New function to perform local shell expansion on a given string (parse_filename): Parse the input string and perform shell expansion on it using _shell_expand (parse_string): Set the parser functions for various options that may be set from a config file to use parse_filename

Merge request reports

Loading