61-dev1.13
This commit is contained in:
@@ -225,15 +225,15 @@ function handleDownloadInstall() {
|
|||||||
returnStatus
|
returnStatus
|
||||||
fi
|
fi
|
||||||
|
|
||||||
writeToLog "Executing installer"
|
writeToLog "Executing installer\n"
|
||||||
eval "$installCmd"
|
eval "$installCmd"
|
||||||
returnStatus
|
returnStatus
|
||||||
|
|
||||||
writeToLog "Executing extra tools installer"
|
writeToLog "Executing extra tools installer\n"
|
||||||
eval "$toolsInstallCmd"
|
eval "$toolsInstallCmd"
|
||||||
returnStatus
|
returnStatus
|
||||||
|
|
||||||
writeToLog "getting the commit hash"
|
writeToLog "getting the commit hash\n"
|
||||||
commitHash=$(git -C $idfDir rev-parse HEAD)
|
commitHash=$(git -C $idfDir rev-parse HEAD)
|
||||||
returnStatus
|
returnStatus
|
||||||
|
|
||||||
|
|||||||
+1
-1
@@ -1 +1 @@
|
|||||||
61-dev1.12
|
61-dev1.13
|
||||||
Reference in New Issue
Block a user