Change "OS X" to "macOS"

This commit is contained in:
atouchet 2018-03-26 23:00:20 -07:00
parent 949a2ed552
commit 73a619359c
3 changed files with 8 additions and 8 deletions

View file

@ -13,7 +13,7 @@ Shell scripts should be written against bash, starting with this shebang:
#!/usr/bin/env bash
```
Note that the version of bash available on OS X by default is quite old, so be
Note that the version of bash available on macOS by default is quite old, so be
careful when using new features.
Scripts should enable a few options at the top for robustness: