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* \
|
for filename in marc$VERSION/tools/run_damask* \
|
||||||
marc$VERSION/tools/comp_damask* \
|
marc$VERSION/tools/comp_damask* \
|
||||||
mentat$VERSION/bin/submit{4..9} \
|
mentat$VERSION/bin/submit{4..9} \
|
||||||
mentat$VERSION/bin/kill{4..9} \
|
mentat$VERSION/bin/kill{4..9} ; do
|
||||||
|
|
||||||
chmod 755 $INSTALLDIR/${filename}
|
chmod 755 $INSTALLDIR/${filename}
|
||||||
done
|
done
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue