mirror of
https://github.com/vale981/tridactyl
synced 2025-03-05 09:31:41 -05:00
![]() [[ 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. |
||
---|---|---|
.. | ||
amo_text_to_clipboard.sh | ||
authors.sh | ||
bodgecss.sh | ||
build.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 |