mirror of
https://github.com/openwrt/packages.git
synced 2025-12-26 19:56:16 +04:00
Using -ne wasn't such a good idea since it would do a numeric compare. Now use -n which checks if the length is non-zero. APK prints the problematic version if - problematic - so this should now do the trick. Signed-off-by: Paul Spooren <mail@aparcar.org>