Fixed bug in thread-change-resource (and thereby in chdir).
This commit is contained in:
parent
f3e567e997
commit
f4bd5dfa85
|
@ -203,6 +203,7 @@
|
|||
(define (thread-change-resource dir)
|
||||
(with-lock resource-lock
|
||||
(lambda ()
|
||||
(align-resource!)
|
||||
(change-and-cache dir)
|
||||
(thread-set-resource! (cache-value)))))
|
||||
|
||||
|
|
Loading…
Reference in New Issue