Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Make sure we check dirs when using Distro.tmpdir
  • Loading branch information
lizmat committed Feb 14, 2015
1 parent 7418eeb commit f7642cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/Distro.pm
Expand Up @@ -39,7 +39,7 @@ class Distro does Systemic {
>>
-> $path {
if $path.defined {
$io := $path.IO;
$io := $path.IO(:check);
return $io if $io.d && $io.rwx;
}
}
Expand Down

0 comments on commit f7642cc

Please sign in to comment.