summaryrefslogtreecommitdiffstats
path: root/source/l/qt5/profile.d/qt5.csh
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--source/l/qt5/profile.d/qt5.csh2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/l/qt5/profile.d/qt5.csh b/source/l/qt5/profile.d/qt5.csh
index 0c3f10d42..f57abef78 100644
--- a/source/l/qt5/profile.d/qt5.csh
+++ b/source/l/qt5/profile.d/qt5.csh
@@ -23,5 +23,5 @@ set path = ( $path $QT5DIR/bin )
# post your solution on LQ. Thanks. :-)
file /bin/cat | grep -wq 32-bit
if ( "$?" == "0" ) then
- setenv QTWEBENGINE_CHROMIUM_FLAGS="--disable-seccomp-filter-sandbox"
+ setenv QTWEBENGINE_CHROMIUM_FLAGS "--disable-seccomp-filter-sandbox"
endif