aboutsummaryrefslogtreecommitdiffstats
path: root/ports/common/subports
diff options
context:
space:
mode:
Diffstat (limited to 'ports/common/subports')
-rwxr-xr-xports/common/subports4
1 files changed, 4 insertions, 0 deletions
diff --git a/ports/common/subports b/ports/common/subports
index e2aac56..4a47252 100755
--- a/ports/common/subports
+++ b/ports/common/subports
@@ -1,4 +1,8 @@
#!/bin/sh
+#
+# SPDX-License-Identifier: LGPL-2.1-only
+#
+
case $(uname -s) in
Linux) echo "linux";;
Darwin) echo "darwin";;