mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-04 07:35:24 +02:00
Fix access permissions in batch_sign.sh
This commit is contained in:
parent
96fbc844ca
commit
84bbefdf81
1 changed files with 1 additions and 0 deletions
|
@ -67,6 +67,7 @@ while [ "$MISSING" != "" -a ${TRIES} -gt 0 ]; do
|
|||
if [ -f ${STDIR}/out/$x ]; then
|
||||
echo "Done: TRIES=${TRIES}, $x"
|
||||
sg dsdp-tm-rse -c "cp -f ${STDIR}/out/$x ${RDIR}/signed/$x"
|
||||
sg dsdp-tm-rse -c "chmod ugo+r ${RDIR}/signed/$x"
|
||||
else
|
||||
MISSING_NEW="${MISSING_NEW} $x"
|
||||
fi
|
||||
|
|
Loading…
Add table
Reference in a new issue