Skip to content

Commit

Permalink
Merge pull request #225 from fel1x-developer/readme
Browse files Browse the repository at this point in the history
Rename OS X to macOS
  • Loading branch information
ngie-eign committed Mar 11, 2024
2 parents c85354e + c986313 commit 0a43bb8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ wherever available:

* OpenBSD with packages: install the `kyua` package with `pkg_add kyua`.

* OS X (with Homebrew): install the `kyua` package with `brew install kyua`.
* macOS (with Homebrew): install the `kyua` package with `brew install kyua`.

Should you want to build and install Kyua from the source tree provided
here, follow the instructions in the
Expand Down
2 changes: 1 addition & 1 deletion integration/cmd_report_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ verbose_body() {
# Switch to the current directory using its physical location and update
# HOME accordingly. Otherwise, the test below where we compare the value
# of HOME in the output might fail if the path to HOME contains a symlink
# (as is the case in OS X when HOME points to the temporary directory.)
# (as is the case in macOS when HOME points to the temporary directory.)
local real_cwd="$(pwd -P)"
cd "${real_cwd}"
HOME="${real_cwd}"
Expand Down
2 changes: 1 addition & 1 deletion m4/developer-mode.m4
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ AC_DEFUN([KYUA_DEVELOPER_MODE], [
# Reasons given below.
#
# -Wold-style-cast: Raises errors when using TIOCGWINSZ, at least under
# Mac OS X. This is due to the way _IOR is defined.
# macOS. This is due to the way _IOR is defined.
#
try_c_cxx_flags="-D_FORTIFY_SOURCE=2 \
Expand Down

0 comments on commit 0a43bb8

Please sign in to comment.