mirror of
https://github.com/openwrt/packages.git
synced 2026-05-31 06:51:51 +08:00
906b9248e3
to verify the version emitted by uradvd is not empty. Signed-off-by: Jan-Niklas Burfeind <git@aiyionpri.me>
4 lines
75 B
Bash
4 lines
75 B
Bash
#!/usr/bin/env bash
|
|
|
|
uradvd --version | grep -Fx "uradvd $PKG_SOURCE_DATE"
|