We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ad89f1 commit e9b59d8Copy full SHA for e9b59d8
contrib/dist/make_dist_tarball
@@ -282,7 +282,7 @@ make_tarball() {
282
# happened to be in the tree already).
283
#
284
echo "*** Removing old generated flex files..."
285
- find . -name \*_lex.c -exec chmod a+rw {} \; -exec rm -f {} \; -print
+ find . -name \*_lex.c -exec chmod ug+rw {} \; -exec rm -f {} \; -print
286
287
288
# make tarball
0 commit comments