You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
5 lines
193 B
5 lines
193 B
4 months ago
|
#!/bin/bash
|
||
|
# chmod -R u+w ${HOME}/build/common_trunk ${HOME}/build/cldr-tools ${HOME}/build/cldr-apps ${HOME}/build/cldr-trunk ${HOME}/build/cldr-branch
|
||
|
chmod -R u+w ${BUILDER_DIR}
|
||
|
exit 0
|