scripts: ubinize-image.sh: fix on POSIX shell, allow custom images
[openwrt/staging/stintel.git] / config / check-uname.sh
1 [ "$(uname)" = "$1" ] && echo y || echo n