mirror of
https://github.com/vale981/tridactyl
synced 2025-03-05 09:31:41 -05:00
![]() When trying to run scripts/pretty with multiple ugly files staged, the for loop would treat two space-separated file names as a single file name. This prevented pretty from working on my machine. I fixed this issue by making cachedJS() (renamed to cachedFiles since it returns more than js files) return file names as a newline-separated list and using IFS=$'\n' to split the filenames on this character. |
||
---|---|---|
.. | ||
amo_text_to_clipboard.sh | ||
authors.sh | ||
bodgecss.sh | ||
build.sh | ||
common | ||
excmds_macros.py | ||
git_version.sh | ||
make_docs.sh | ||
make_tutorial.sh | ||
newtab.md.sh | ||
pretty | ||
sign | ||
version.js | ||
wine-pyinstaller.sh |