bug-binutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug binutils/31800] src-release.sh recursively changes permissions of e


From: rostiprodev at gmail dot com
Subject: [Bug binutils/31800] src-release.sh recursively changes permissions of everything in to 0777
Date: Mon, 03 Jun 2024 17:46:13 +0000

https://sourceware.org/bugzilla/show_bug.cgi?id=31800

--- Comment #10 from Rostislav Krasny <rostiprodev at gmail dot com> ---
Meanwhile I've made an optimized version of the patch.

In the first version I calculated the new octal number of permissions and
called the printf(1) again and again, for each file and directory in the loop.
But there are only two possible values, so now I calculate those two values
before the loop one time and then just use them in the loop.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]