From 6ba1208f0bf59402f407187df38b81ced10d6bb3 Mon Sep 17 00:00:00 2001 From: Irony <892768447@qq.com> Date: Thu, 12 Nov 2020 18:14:32 +0800 Subject: [PATCH] chmod --- Linux/assistant.sh | 2 +- Linux/designer.sh | 2 +- Linux/linguist.sh | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Linux/assistant.sh b/Linux/assistant.sh index f1f35c8..34ee4f1 100644 --- a/Linux/assistant.sh +++ b/Linux/assistant.sh @@ -8,5 +8,5 @@ cd -P ${basedir} #export QT_DEBUG_PLUGINS=1 export LD_LIBRARY_PATH=${basedir}/lib:$LD_LIBRARY_PATH -chmod +x ${basedir}/bin/assistant +chmod -R +x ${basedir}/bin/* ${basedir}/bin/assistant $@ & diff --git a/Linux/designer.sh b/Linux/designer.sh index 68a5473..8a44dcd 100644 --- a/Linux/designer.sh +++ b/Linux/designer.sh @@ -10,5 +10,5 @@ export PYTHONHOME=${basedir} export PYTHONPATH=${basedir}/local/lib/python3.6/:${basedir}/local/lib/python3.6/lib-dynload/:${basedir}/local/lib/python3.6/site-packages/:${basedir}/local/lib64/python3.6/site-packages/ export LD_LIBRARY_PATH=${basedir}/local/lib64:${basedir}/lib -chmod +x ${basedir}/bin/designer +chmod -R +x ${basedir}/bin/* ${basedir}/bin/designer $@ & diff --git a/Linux/linguist.sh b/Linux/linguist.sh index 44acb67..075d485 100644 --- a/Linux/linguist.sh +++ b/Linux/linguist.sh @@ -8,5 +8,5 @@ cd -P ${basedir} #export QT_DEBUG_PLUGINS=1 export LD_LIBRARY_PATH=${basedir}/lib:$LD_LIBRARY_PATH -chmod +x ${basedir}/bin/linguist +chmod -R +x ${basedir}/bin/* ${basedir}/bin/linguist $@ &