From 9932726dc3490e74f5f2b93f7c7416ba8da489b4 Mon Sep 17 00:00:00 2001 From: Levente Batuska Date: Sun, 19 Jul 2026 06:50:12 +0200 Subject: [PATCH] paraview: Quote library directory comparison --- etc/config.sh/paraview | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/config.sh/paraview b/etc/config.sh/paraview index 1e8f62432b..974f86abb3 100644 --- a/etc/config.sh/paraview +++ b/etc/config.sh/paraview @@ -92,7 +92,7 @@ system) # Add to the library paths export LD_LIBRARY_PATH=$ParaView_LIB_DIR:$LD_LIBRARY_PATH - if [ $ParaView_LIB_DIR != $VTK_LIB_DIR ] + if [ "$ParaView_LIB_DIR" != "$VTK_LIB_DIR" ] then export LD_LIBRARY_PATH=$VTK_LIB_DIR:$LD_LIBRARY_PATH fi