Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
ZSaberLv0 committed Jul 11, 2024
1 parent 9f19a54 commit 213e9f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zfsetup.bat
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ call "%ZF_ROOT_PATH%\tools\common\zfsh_recursive.bat" "%ZF_ROOT_PATH%\ZFModule"

for %%i in (%ZF_ROOT_PATH%) do set ABS_ZF_ROOT_PATH=%%~fi
for %%i in (%WORK_DIR%) do set ABS_WORK_DIR=%%~fi
if %ABS_ZF_ROOT_PATH% == %ABS_WORK_DIR% (
if not %ABS_ZF_ROOT_PATH% == %ABS_WORK_DIR% (
call "%ZF_ROOT_PATH%\tools\common\zfsh_recursive.bat" "%WORK_DIR%" "zfautoscript_zf3rd_setup*.zfsh"
call "%ZF_ROOT_PATH%\tools\common\zfsh_recursive.bat" "%WORK_DIR%" "zfautoscript_zfmodule.zfsh"
)
Expand Down

0 comments on commit 213e9f9

Please sign in to comment.