mirror of
https://github.com/openwrt/packages.git
synced 2026-04-15 10:51:55 +00:00
sqlite3: fix CI test
Fixes: b2d2ba8ae ("sqlite3: add CI version check")
Signed-off-by: George Sapkin <george@sapk.in>
This commit is contained in:
committed by
Tianling Shen
parent
682b773a21
commit
d066a4d046
2
libs/sqlite3/test.sh
Normal file → Executable file
2
libs/sqlite3/test.sh
Normal file → Executable file
@@ -1,5 +1,5 @@
|
||||
#!/bin/sh
|
||||
|
||||
if [ "$1" = 'sqlite3-cli' ]; then
|
||||
sqlite3 -version 2>&1 | cut -d' ' -f1 | grep -x "$PKG_VERSION"
|
||||
sqlite3 -version | grep -F "$PKG_VERSION"
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user