projects
/
feed
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
682b773
)
sqlite3: fix CI test
author
George Sapkin
<
[email protected]
>
Thu, 8 May 2025 20:24:50 +0000
(23:24 +0300)
committer
Tianling Shen
<
[email protected]
>
Tue, 5 Aug 2025 08:24:14 +0000
(16:24 +0800)
Fixes: b2d2ba8ae ("sqlite3: add CI version check")
Signed-off-by: George Sapkin <
[email protected]
>
libs/sqlite3/test.sh
[changed mode: 0644->0755]
patch
|
blob
|
history
diff --git
a/libs/sqlite3/test.sh
b/libs/sqlite3/test.sh
old mode 100644
(file)
new mode 100755
(executable)
index
ca369c7
..
05788fd
--- a/
libs/sqlite3/test.sh
+++ b/
libs/sqlite3/test.sh
@@
-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