1
1

make_dist_tarball: don't make "o" writable

We only need "ug" writable (so that we can delete stuff at the end).
No need to make "o" writable.
Этот коммит содержится в:
Jeff Squyres 2015-06-19 12:25:40 -07:00
родитель 3ad89f16b8
Коммит e9b59d8484

2
contrib/dist/make_dist_tarball поставляемый
Просмотреть файл

@ -282,7 +282,7 @@ make_tarball() {
# happened to be in the tree already).
#
echo "*** Removing old generated flex files..."
find . -name \*_lex.c -exec chmod a+rw {} \; -exec rm -f {} \; -print
find . -name \*_lex.c -exec chmod ug+rw {} \; -exec rm -f {} \; -print
#
# make tarball