diff --git a/src/Misc/layoutroot/config.sh b/src/Misc/layoutroot/config.sh index 2d627a76a..684745b49 100755 --- a/src/Misc/layoutroot/config.sh +++ b/src/Misc/layoutroot/config.sh @@ -50,7 +50,7 @@ then fi libpath=${LD_LIBRARY_PATH:-} - $LDCONFIG_COMMAND -NXv ${libpath//:/} 2>&1 | grep libicu >/dev/null 2>&1 + $LDCONFIG_COMMAND -NXv ${libpath//:/ } 2>&1 | grep libicu >/dev/null 2>&1 if [ $? -ne 0 ]; then echo "Libicu's dependencies is missing for Dotnet Core 3.0" echo "Execute ./bin/installdependencies.sh to install any missing Dotnet Core 3.0 dependencies."