fixed syntax error in setting file access rights
This commit is contained in:
parent
517640fa8e
commit
546b40b2a7
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue