mirror of
https://github.com/cmderdev/cmder.git
synced 2025-03-13 06:04:36 +08:00
Merge remote-tracking branch 'origin/fix_build' into vagrant+packer
This commit is contained in:
commit
51a0c0e70f
@ -64,7 +64,7 @@ Param(
|
||||
)
|
||||
|
||||
# Get the scripts and cmder root dirs we are building in.
|
||||
$cmder_root = Resolve-Path "$PSScriptRoot\.."
|
||||
$cmder_root = (Resolve-Path "$PSScriptRoot\..").toString()
|
||||
|
||||
# Dot source util functions into this scope
|
||||
. "$PSScriptRoot\utils.ps1"
|
||||
|
Loading…
x
Reference in New Issue
Block a user