mirror of
https://github.com/openwrt/packages.git
synced 2026-01-09 19:31:21 +00:00
Run trivial check if the compiled binary works on the architecture. Signed-off-by: Paul Spooren <mail@aparcar.org>
4 lines
49 B
Bash
4 lines
49 B
Bash
#!/bin/sh
|
|
|
|
syncthing --version | grep "${2%%-*}"
|