This commit is contained in:
jstnlth 2021-10-28 19:43:21 +02:00 committed by GitHub
commit 61df59546d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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