Skip to content

Commit 6ba1208

Browse files
committed
chmod
1 parent 4cb807f commit 6ba1208

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Linux/assistant.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ cd -P ${basedir}
88
#export QT_DEBUG_PLUGINS=1
99
export LD_LIBRARY_PATH=${basedir}/lib:$LD_LIBRARY_PATH
1010

11-
chmod +x ${basedir}/bin/assistant
11+
chmod -R +x ${basedir}/bin/*
1212
${basedir}/bin/assistant $@ &

Linux/designer.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@ export PYTHONHOME=${basedir}
1010
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/
1111
export LD_LIBRARY_PATH=${basedir}/local/lib64:${basedir}/lib
1212

13-
chmod +x ${basedir}/bin/designer
13+
chmod -R +x ${basedir}/bin/*
1414
${basedir}/bin/designer $@ &

Linux/linguist.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ cd -P ${basedir}
88
#export QT_DEBUG_PLUGINS=1
99
export LD_LIBRARY_PATH=${basedir}/lib:$LD_LIBRARY_PATH
1010

11-
chmod +x ${basedir}/bin/linguist
11+
chmod -R +x ${basedir}/bin/*
1212
${basedir}/bin/linguist $@ &

0 commit comments

Comments
 (0)