tridactyl/scripts
glacambre 9d11aeaf9b
build.sh: Replace [[ with [
[[ is a bashism and is not defined in posix sh. Since the shebang is
 #!/bin/sh, the build script is executed with posix sh and this caused
error messages to be printed when building.
[[ couldn't just be replaced with [ because [ doesn't allow matching
globs, so a switch/case was used instead.
2018-11-27 18:47:58 +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 /bin/env -> /usr/bin/env 2018-05-21 03:39:32 +01:00
build.sh build.sh: Replace [[ with [ 2018-11-27 18:47:58 +01:00
common use /usr/bin/env to find bash 2018-08-24 13:38:49 -06:00
excmds_macros.py Fix #394: rename generated source .name.generated.ext 2018-04-22 17:15:40 +01:00
get_weekly_users.fish Fix weekly beta users 2018-07-23 15:35:16 +01:00
git_version.sh Release 1.8.1 2018-03-07 14:50:50 +00:00
make_docs.sh Fix build scripts on paths with spaces 2018-09-30 15:25:14 +00:00
make_tutorial.sh Fix build scripts on paths with spaces 2018-09-30 15:25:14 +00:00
newtab.md.sh Fix build scripts on paths with spaces 2018-09-30 15:25:14 +00:00
pretty scripts/pretty warn when we modify working copy 2018-08-29 11:32:07 +01:00
sign Include .git directory in archive for reviewers 2018-05-24 20:02:34 +01:00
version.js Add automatic updates for betas 2018-04-13 12:17:02 +01:00
wine-pyinstaller.sh Fix shebang, mark II 2018-08-31 15:52:34 +01:00