tridactyl/scripts
glacambre fdd278f8f2
wine-pyinstaller.sh: Fix checkPrerequisite()
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.
2019-03-27 12:47:20 +01:00
..
amo_text_to_clipboard.sh Fix build scripts on paths with spaces 2018-09-30 15:25:14 +00:00
authors.sh Dedupe people with dodgy email addresses 2018-07-23 12:31:44 +01:00
bodgecss.sh Add shellcheck to travis 2019-03-24 18:28:41 +01:00
build.sh Add shellcheck to travis 2019-03-24 18:28:41 +01:00
changelog_mangler.sh Add script for linking to GitHub issues 2019-01-22 18:28:53 +00:00
common use /usr/bin/env to find bash 2018-08-24 13:38:49 -06:00
excmds_macros.py Use utf-8 explicitly for macro script. 2019-02-19 16:58:46 +00:00
get_weekly_users.fish Fix weekly beta users 2018-07-23 15:35:16 +01:00
git_version.sh Add shellcheck to travis 2019-03-24 18:28:41 +01:00
make_docs.sh Fix build scripts on paths with spaces 2018-09-30 15:25:14 +00:00
make_tutorial.sh Add shellcheck to travis 2019-03-24 18:28:41 +01:00
newtab.md.sh Add shellcheck to travis 2019-03-24 18:28:41 +01:00
pretty MacOS build fixes. 2019-02-22 16:47:17 +01:00
sign Include .git directory in archive for reviewers 2018-05-24 20:02:34 +01:00
version.js Remind me to use the checklist when I do a release 2018-12-14 21:09:47 +00:00
wine-pyinstaller.sh wine-pyinstaller.sh: Fix checkPrerequisite() 2019-03-27 12:47:20 +01:00