tinycc-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Tinycc-devel] uname -o is not valid on macOS


From: Christian JULLIEN
Subject: [Tinycc-devel] uname -o is not valid on macOS
Date: Thu, 11 Aug 2022 11:02:05 +0200 (CEST)


Here:

test "$(uname -o)" = "Android" && targetos=Android

Why not just "$(uname)" ?

It shows an error but script continues

reply via email to

[Prev in Thread] Current Thread [Next in Thread]