Skip to content
Snippets Groups Projects
  1. Sep 02, 2022
  2. Aug 31, 2022
  3. Apr 04, 2022
  4. Nov 14, 2021
  5. Nov 09, 2021
  6. Sep 18, 2021
  7. May 10, 2021
  8. May 08, 2021
  9. May 05, 2021
    • Lucendio's avatar
      Add a confirmation failsafe before deleting files · b1a4614b
      Lucendio authored
      The function `dir`, used to determine MKFILE_DIR can take multiple
      parameters. As a result, if this repository is located in a path
      that contains a white space, the result of `abspath` is interpreted
      as multiple parameters, because Make uses white spaces as separator
      or delimiter. Quoting does not help. Spaces as such only work in
      shell commands within target bodies.
      
      So, the chosen workaround is to add a failsafe to ask the user for
      confirmation to give them a chance to double check what is actually
      being deleted.
      
      * added a warning at the top of the readme to raise awareness
      b1a4614b
Loading