mirror of
https://github.com/openwrt/packages.git
synced 2026-05-31 06:51:51 +08:00
5e74132220
Update test.sh to use $2 (positional version argument) instead of the $PKG_VERSION environment variable, and add a check that the alternative binary /usr/libexec/less-gnu is present. Changelog: https://www.greenwoodsoftware.com/less/news.692.html Signed-off-by: Alexandru Ardelean <alex@shruggie.ro>
4 lines
105 B
Bash
4 lines
105 B
Bash
#!/bin/sh
|
|
|
|
[ -x /usr/libexec/less-gnu ] || { echo "FAIL: /usr/libexec/less-gnu not installed"; exit 1; }
|