fixed syntax error in setting file access rights

This commit is contained in:
Franz Roters 2017-09-01 11:18:53 +02:00
parent 517640fa8e
commit 546b40b2a7
1 changed files with 1 additions and 2 deletions

View File

@ -123,8 +123,7 @@ echo 'setting file access rights...'
for filename in marc$VERSION/tools/run_damask* \
marc$VERSION/tools/comp_damask* \
mentat$VERSION/bin/submit{4..9} \
mentat$VERSION/bin/kill{4..9} \
mentat$VERSION/bin/kill{4..9} ; do
chmod 755 $INSTALLDIR/${filename}
done