mirror of
https://github.com/privacore/open-source-search-engine.git
synced 2025-04-27 15:49:32 -04:00
NULL-terminate query-stop-word tables
This commit is contained in:
parent
4c3a3551ae
commit
3292e55e7e
@ -14,4 +14,5 @@ egrep -v '^$' |
|
||||
awk '{print " \"" $1 "\","}' |
|
||||
cat - >>$3
|
||||
|
||||
echo " NULL" >>$3
|
||||
echo "};" >>$3
|
||||
|
Loading…
x
Reference in New Issue
Block a user