yamt commented on a change in pull request #218: sethost: If no host options 
are specified, try to guess
URL: https://github.com/apache/incubator-nuttx/pull/218#discussion_r375739459
 
 

 ##########
 File path: tools/sethost.sh
 ##########
 @@ -94,6 +94,19 @@ while [ ! -z "$1" ]; do
   shift
 done
 
+# If the host was not explicitly given, try to guess.
+if [ -z "$host" ]; then
+  case $(uname -s) in
+    Darwin)
+      host=macos
+      ;;
+    *)
 
 Review comment:
   thank you for info. done.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to