From 42dcd15e1eb7621127ccdb6feb67ce825a933aec Mon Sep 17 00:00:00 2001 From: Sergey Kipnis Date: Thu, 19 Sep 2024 14:37:40 +0200 Subject: [PATCH] ctl: print work script for windows build Change-Id: I6e3d372f67b99753050de8d7142861098e97db67 --- packages/cmk-agent-ctl/scripts/shorten_dir_and_call.ps1 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/packages/cmk-agent-ctl/scripts/shorten_dir_and_call.ps1 b/packages/cmk-agent-ctl/scripts/shorten_dir_and_call.ps1 index c8de6b2bf22..69bd351dc1d 100644 --- a/packages/cmk-agent-ctl/scripts/shorten_dir_and_call.ps1 +++ b/packages/cmk-agent-ctl/scripts/shorten_dir_and_call.ps1 @@ -21,5 +21,6 @@ Write-Host "shorten dir: " $new Set-Location $new (Get-Item .).FullName -&$args[2] +& dir $args[2] +& $args[2] [Environment]::Exit($LASTEXITCODE) \ No newline at end of file