don't hide that we are doing a dot include

partial revert of commit a3091bf16e

The dot is not part of the path. So keep it separate visually.
That is the normal syntax that I have seen for dot includes.
Merging it into the path hides the distinctive characteristic
of a dot include (even for me who always has a dirty monitor).
This commit is contained in:
Justin Luth 2021-10-28 19:35:22 +02:00
parent a48b4d8dc5
commit dae35bbdab

View File

@ -195,7 +195,7 @@ Function dotInclude() {
}
if ( test-path $scriptPath\$includeFile ) {
# import and immediately execute the requested file
.$scriptPath\$includeFile
. $scriptPath\$includeFile
}
}