global-functions: $MkDir: add extra block for indention...

... to make the next commit cleaner. No functional change.
This commit is contained in:
Christian Hesse 2023-03-28 11:07:45 +02:00
parent d3ca506394
commit 7fdec1abed

View file

@ -590,6 +590,7 @@
:return true; :return true;
} }
{
:local Error false; :local Error false;
:local PathNext ""; :local PathNext "";
:foreach Dir in=[ :toarray [ $CharacterReplace $Path "/" "," ] ] do={ :foreach Dir in=[ :toarray [ $CharacterReplace $Path "/" "," ] ] do={
@ -627,6 +628,7 @@
} }
} }
} }
}
:return true; :return true;
} }