mirror of
https://github.com/vale981/tridactyl
synced 2025-03-05 09:31:41 -05:00
![]() The problem was the `[ ! -f "${bin_loc}" ]` check. `command -v` does not necessarily return an absolute path (it can just return the name of the command for builtins) and this is what happened for 'printf'. Thus, the `[ ! -f` check failed. This check doesn't really make sense. If `command -v $binary` doesn't fail you're good to go, it doesn't really matter where $binary is located. |
||
---|---|---|
.. | ||
amo_text_to_clipboard.sh | ||
authors.sh | ||
bodgecss.sh | ||
build.sh | ||
changelog_mangler.sh | ||
common | ||
excmds_macros.py | ||
get_weekly_users.fish | ||
git_version.sh | ||
make_docs.sh | ||
make_tutorial.sh | ||
newtab.md.sh | ||
pretty | ||
sign | ||
version.js | ||
wine-pyinstaller.sh |