Fixed cut and paste error in with-umask-aligned.
This commit is contained in:
parent
4a7620c882
commit
43cd435bad
|
@ -430,7 +430,7 @@
|
|||
(with-cwd-aligned* (lambda () body ...)))
|
||||
|
||||
(define-simple-syntax (with-umask-aligned body ...)
|
||||
(with-cwd-aligned* (lambda () body ...)))
|
||||
(with-umask-aligned* (lambda () body ...)))
|
||||
|
||||
(define-simple-syntax (with-umask mask . body)
|
||||
(with-umask* mask (lambda () . body)))
|
||||
|
|
Loading…
Reference in New Issue