Chromium Code Reviews| Index: src/scripts/archive_build.sh |
| diff --git a/src/scripts/archive_build.sh b/src/scripts/archive_build.sh |
| index 95bdbcca74bcb4b336a7e5bf787ba07225f25d58..5900f72f6df6d2b4fd200e5889d100d193dca4b8 100755 |
| --- a/src/scripts/archive_build.sh |
| +++ b/src/scripts/archive_build.sh |
| @@ -165,6 +165,7 @@ if [ $FLAGS_factory_test_mod -eq $FLAGS_TRUE ] || \ |
| then |
| FACTORY_MANIFEST=`ls | grep factory` |
| zip -r "${FACTORY_ZIPFILE}" ${FACTORY_MANIFEST} |
| + chmod 644 "${FACTORY_ZIPFILE}" |
| fi |
| cd - |