We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3608708 commit 2c5ddeeCopy full SHA for 2c5ddee
1 file changed
misc/Xsession.d/00deepin-dde-env
@@ -36,7 +36,7 @@ if [ "$1" = "/usr/bin/dde-session" ]; then
36
fi
37
# control qt program infos level, set it only on uos
38
if [ -f "/etc/os-version" ];then
39
- if [ ! `grep Community /etc/os-version` ];then
+ if ! grep -q Community /etc/os-version;then
40
export QT_LOGGING_RULES="*.debug=false"
41
42
0 commit comments