fix:修复脚本文件中的错误
This commit is contained in:
parent
ba6c3c6401
commit
848cb4dce9
|
@ -1,6 +1,6 @@
|
|||
#!/bin/bash
|
||||
|
||||
if [ "$1"=="UOS" ]; then
|
||||
if [ "$1" = "UOS" ]; then
|
||||
export LD_LIBRARY_PATH=/opt/apps/org.freewb.freeime/files/lib
|
||||
export QT_PLUGIN_PATH=/opt/apps/org.freewb.freeime/files/plugins
|
||||
|
||||
|
|
Loading…
Reference in New Issue