mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-10-23 04:30:24 +02:00
42538: Temporarily set umask for here document.
Done while signals are queued.
This commit is contained in:
parent
9bc391105f
commit
fa0105f78c
3 changed files with 19 additions and 0 deletions
|
@ -667,3 +667,12 @@
|
|||
0:Redirect in the middle of assignments
|
||||
>b
|
||||
>d
|
||||
|
||||
umask 0777
|
||||
cat <<' HERE'
|
||||
look ma, no permissions
|
||||
HERE
|
||||
cat <<<"it's a miracle"
|
||||
0:Here-{string,document}s succeed with restrictive umask
|
||||
> look ma, no permissions
|
||||
>it's a miracle
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue