Skip to content
Snippets Groups Projects
Commit a1f30ecc authored by Peter Eisentraut's avatar Peter Eisentraut
Browse files

Fix saving and restoring umask

In two cases, we set a different umask for some piece of code and
restore it afterwards.  But if the contained code errors out, the umask
is not restored.  So add TRY/CATCH blocks to fix that.
parent e25f4401
Branches
Tags
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment