fix install_xapian.sh

This commit is contained in:
thomas girod 2024-07-08 15:02:05 +02:00
parent 3c2dcfbfa2
commit 02ec3607b2

View File

@ -1,7 +1,7 @@
#!/usr/bin/env bash
# Originates from https://gist.github.com/jorgecarleitao/ab6246c86c936b9c55fd
# first argument of the script is Xapian version (e.g. 1.2.19)
VERSION=$1
VERSION="$1"
# Cleanup env vars for auto discovery mechanism
export CPATH=