aboutsummaryrefslogtreecommitdiffstats
path: root/config/check-uname.sh
diff options
context:
space:
mode:
Diffstat (limited to 'config/check-uname.sh')
-rwxr-xr-xconfig/check-uname.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/config/check-uname.sh b/config/check-uname.sh
new file mode 100755
index 0000000000..1f1bf9ee07
--- /dev/null
+++ b/config/check-uname.sh
@@ -0,0 +1 @@
+[ "$(uname)" = "$1" ] && echo y || echo n