Skip to content

Commit

Permalink
chmod
Browse files Browse the repository at this point in the history
  • Loading branch information
892768447 committed Nov 12, 2020
1 parent 4cb807f commit 6ba1208
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Linux/assistant.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 $@ &
2 changes: 1 addition & 1 deletion Linux/designer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 $@ &
2 changes: 1 addition & 1 deletion Linux/linguist.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 $@ &

0 comments on commit 6ba1208

Please sign in to comment.