The --lib option does not support file paths with spaces in them
cszach opened this issue · 1 comments
cszach commented
Description
reveal-init
's --lib
option does not support file paths with space characters in them (e.g. REVEAL_PATH/lib/js/custom script.js
.
Environment
- Program version:
reveal-init master (<- 3.0 Beta)
, however the bug has probably been existing for as long as the presence of the--lib
option. - Shell interpreter: Bash
Possible remedies for the next version
- When accumulating paths to the variable
libfiles
, use break lines instead of space characters to separate distinct paths
Temporary solution for the filed version and earlier affecting versions (if any)
Don't put space characters in paths. That is a highly recommended computing practice anyway.