Skip to content

Commit

Permalink
ctl: print work script for windows build
Browse files Browse the repository at this point in the history
Change-Id: I6e3d372f67b99753050de8d7142861098e97db67
  • Loading branch information
s-kipnis committed Sep 19, 2024
1 parent 07f59c6 commit 42dcd15
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/cmk-agent-ctl/scripts/shorten_dir_and_call.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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)

0 comments on commit 42dcd15

Please sign in to comment.