From 02ec3607b2c5c9339801f1013c46f1e1c1df3d13 Mon Sep 17 00:00:00 2001 From: thomas girod Date: Mon, 8 Jul 2024 15:02:05 +0200 Subject: [PATCH] fix install_xapian.sh --- core/management/commands/install_xapian.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/management/commands/install_xapian.sh b/core/management/commands/install_xapian.sh index ae183f6e..908a53f7 100755 --- a/core/management/commands/install_xapian.sh +++ b/core/management/commands/install_xapian.sh @@ -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=