[tor-commits] [rbm/master] OSX -> macOS renaming

gk at torproject.org gk at torproject.org
Fri Sep 11 10:55:15 UTC 2020


commit 197c4c8681cd8df14ae21ce513458396583559f7
Author: Georg Koppen <gk at torproject.org>
Date:   Fri Sep 11 10:54:46 2020 +0000

    OSX -> macOS renaming
---
 lib/RBM/DefaultConfig.pm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/RBM/DefaultConfig.pm b/lib/RBM/DefaultConfig.pm
index 974a0e1..a4c1e5c 100644
--- a/lib/RBM/DefaultConfig.pm
+++ b/lib/RBM/DefaultConfig.pm
@@ -42,7 +42,7 @@ sub lsb_release {
     my $res = {};
 
     if (-f '/usr/bin/sw_vers') {
-        # If sw_vers exists, we assume we are on OSX and use it
+        # If sw_vers exists, we assume we are on macOS and use it
         my ($stdout, $stderr, $success, $exit_code)
                 = capture_exec('/usr/bin/sw_vers', '-productName');
         RBM::exit_error("sw_vers: unknown ProductName")



More information about the tor-commits mailing list