Skip to content

Commit

Permalink
Ensure short win paths
Browse files Browse the repository at this point in the history
  • Loading branch information
pgleeson committed May 8, 2024
1 parent a35d0fe commit e49b7a7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion run-shell-only.cmd
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
SET OW_OUT_DIR=/home/ow/shared
SET HOST_OUT_DIR=%~dp0
SET HOST_OUT_DIR=%~dps0

docker run -it ^
--name openworm ^
Expand Down
2 changes: 1 addition & 1 deletion run.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
setlocal

set OW_OUT_DIR=/home/ow/shared
set HOST_OUT_DIR=%~dp0
set HOST_OUT_DIR=%~dps0

:GETOPTS
if /i "%1" == "-d" set DURATION=%2 & shift
Expand Down

0 comments on commit e49b7a7

Please sign in to comment.