summaryrefslogtreecommitdiffstats
path: root/lang/quickjs/test.sh
blob: 2154ae505222190d3cac103177a76bd4ea543cb5 (plain)
1
2
3
4
5
#!/bin/sh

if [ "$1" = 'quickjs' ]; then
	qjs --help | grep -F "${PKG_VERSION//./-}"
fi