Skip to content

Commit 90d4189

Browse files
committed
Small cleanup
1 parent 331b080 commit 90d4189

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

devops/install/clean.bat

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ set utilsScript=!utilsScriptsDirPath!\utils.bat
1919

2020
set externalModulesDir=!rootDir!\..\CodeProject.AI-Modules
2121

22-
echo rootdir = !rootdir!
23-
echo installScriptDirPath = !installScriptsDirPath!
24-
echo utilsScriptsDirPath = !utilsScriptsDirPath!
25-
echo utilsScript = !utilsScript!
22+
REM echo rootdir = !rootdir!
23+
REM echo installScriptDirPath = !installScriptsDirPath!
24+
REM echo utilsScriptsDirPath = !utilsScriptsDirPath!
25+
REM echo utilsScript = !utilsScript!
2626

2727
set useColor=true
2828
set doDebug=false

devops/install/clean.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ thisScriptDirPath="$( cd -- "$(dirname "$0")" >/dev/null 2>&1 ; pwd -P )"
2121
pushd "${thisScriptDirPath}/../.." >/dev/null
2222
rootDirPath="$(pwd)"
2323
popd >/dev/null
24+
2425
sdkPath="${rootDirPath}/${srcDirName}/${sdkDir}"
2526
sdkScriptsDirPath="${sdkPath}/Scripts"
2627
utilsScriptsDirPath="${rootDirPath}/devops/scripts"

0 commit comments

Comments
 (0)