Is there a way to detect FreeBSD with ant. I used os.name , it shows it as Linux. I want to distinguish between FreeBSD and Linux.
os.name
Would using uname -a be good ... you can do it this way ....
uname -a
uname -a | grep FreeBSD
If your JDK is a Linux version running under emulation instead of the native FreeBSD, this may explain that the OS is reported as Linux.
Source: https://habr.com/ru/post/1303398/More articles:Android and JUnit: create a JUnit project or test source folder - androidHow to handle PNG image loading time in html, css - htmlDelete new line character in C - cDo different Linux message queues have the same identifier? - cAssigning a list from child to parent - listMixing act_as_tree (pedigree gem), act_as_list and model model - ruby | fooobar.comThe site is wider than the browser without horizontal scrollbars - htmlhttps://translate.googleusercontent.com/translate_c?depth=1&rurl=translate.google.com&sl=ru&sp=nmt4&tl=en&u=https://fooobar.com/questions/1303401/in-django-what-is-the-best-way-to-manage-both-a-mobile-and-desktop-site&usg=ALkJrhgjIic610CotuaIXK8mP4ZTXzx8UQHow to solve concurrent transaction problems in a sales database - c #First boot problems on github - gitAll Articles