Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Replace everything with README indicating moveHEADmaster | Patrick McDermott | 2020-08-09 | 1 | -402/+0 |
| | |||||
* | tests/aux/json.sh: Fix continue not in a loop | Patrick McDermott | 2019-08-01 | 1 | -1/+1 |
| | | | | | | | | | | | | Fixes the following error with Bash: [...]/tests/aux/json.sh: line 144: continue: only meaningful in a `for', `while', or `until' loop json.sh: syntax: /given_cipher_suites/1 json.sh: syntax: / json.sh: syntax: / Oddly, Dash treats continue outside a loop as return, which is undefined behavior. | ||||
* | tests/aux/json.sh: New file | Patrick McDermott | 2019-08-01 | 1 | -0/+402 |