mirror of
https://github.com/Sycnex/Windows10Debloater.git
synced 2024-11-24 11:45:29 +00:00
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:
parent
a48b4d8dc5
commit
dae35bbdab
@ -195,7 +195,7 @@ Function dotInclude() {
|
||||
}
|
||||
if ( test-path $scriptPath\$includeFile ) {
|
||||
# import and immediately execute the requested file
|
||||
.$scriptPath\$includeFile
|
||||
. $scriptPath\$includeFile
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user