global-functions: $MkDir: drop extra block, restore indention

We had this to make the previous commit cleaner. No functional change.
This commit is contained in:
Christian Hesse 2023-03-28 15:59:23 +02:00
parent 5db9a71802
commit 08e9634154

View file

@ -635,7 +635,6 @@
:return true;
}
{
:if ([ :pick $Path 0 5 ] = "tmpfs") do={
:if ([ $MkTmpfs ] = false) do={
:return false;
@ -651,7 +650,7 @@
$LogPrintExit2 warning $0 ("Making directory '" . $Path . "' failed!") false;
:return false;
}
}
:return true;
}