1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2025-01-05 22:44:23 +00:00
Commit graph

2 commits

Author SHA1 Message Date
Charles Kerr
edbdeae623
fix: use bash, not sh, for code_style.sh script (#1022)
The script uses "set -o", which doesn't exist in vanilla sh, causing
failure on systems that bind sh to dash rather than bash. This PR makes
the bash requirement explicit.
2019-11-06 13:47:54 -06:00
Mike Gelfand
85dba8c70f Add code style script and Dockerfile 2019-02-28 03:19:24 +03:00