Fixed typo and path separators usage in dos batch scripts
This commit is contained in:
@@ -76,16 +76,17 @@ echo Install contrib library: nino
|
|||||||
rem #--- IF Missing ---#
|
rem #--- IF Missing ---#
|
||||||
|
|
||||||
echo Install json if missing
|
echo Install json if missing
|
||||||
if not exist %TMP_TARGET_DIR%/contrib/library/text/parser/json %COPYCMD% %TMP_DIR%/contrib/library/text/parser/json %TMP_TARGET_DIR%/contrib/library/text/parser/json
|
echo on
|
||||||
|
if not exist %TMP_TARGET_DIR%\contrib\library\text\parser\json %COPYCMD% %TMP_DIR%\contrib\library\text\parser\json %TMP_TARGET_DIR%\contrib\library\text\parser\json
|
||||||
|
|
||||||
echo Install cURL if missing
|
echo Install cURL if missing
|
||||||
if not exist %TMP_TARGET_DIR%/library/cURL %COPYCMD% %TMP_DIR%/contrib/ise_library/cURL %TMP_TARGET_DIR%/contrib/library/network/cURL
|
if not exist %TMP_TARGET_DIR%\library\cURL %COPYCMD% %TMP_DIR%\contrib\ise_library\cURL %TMP_TARGET_DIR%\contrib\library\network\cURL
|
||||||
|
|
||||||
echo Install eapml if missing
|
echo Install eapml if missing
|
||||||
if not exist %TMP_TARGET_DIR%/contrib/library/math/eapml %COPYCMD% %TMP_DIR%/contrib/ise_library/math/eapml %TMP_TARGET_DIR%/contrib/library/math/eapml
|
if not exist %TMP_TARGET_DIR%\contrib\library\math\eapml %COPYCMD% %TMP_DIR%\contrib\ise_library\math\eapml %TMP_TARGET_DIR%\contrib\library\math\eapml
|
||||||
|
|
||||||
echo Install eel is missing
|
echo Install eel if missing
|
||||||
if not exist %TMP_TARGET_DIR%/contrib/library/text/encryption/eel %COPYCMD% %TMP_DIR%/contrib/ise_library/text/encryption/eel %TMP_TARGET_DIR%/contrib/library/text/encryption/eel
|
if not exist %TMP_TARGET_DIR%\contrib\library\text\encryption\eel %COPYCMD% %TMP_DIR%\contrib\ise_library\text\encryption\eel %TMP_TARGET_DIR%\contrib\library\text\encryption\eel
|
||||||
|
|
||||||
|
|
||||||
rem #--- Update ecf files ---#
|
rem #--- Update ecf files ---#
|
||||||
|
|||||||
@@ -78,7 +78,7 @@ echo Install eapml if missing
|
|||||||
mkdir -p $TMP_TARGET_DIR/contrib/library/math
|
mkdir -p $TMP_TARGET_DIR/contrib/library/math
|
||||||
COPYCMDIFMISSING $TMP_DIR/contrib/ise_library/math/eapml $TMP_TARGET_DIR/contrib/library/math/eapml
|
COPYCMDIFMISSING $TMP_DIR/contrib/ise_library/math/eapml $TMP_TARGET_DIR/contrib/library/math/eapml
|
||||||
|
|
||||||
echo Install eel is missing
|
echo Install eel if missing
|
||||||
mkdir -p $TMP_TARGET_DIR/contrib/library/text/encryption
|
mkdir -p $TMP_TARGET_DIR/contrib/library/text/encryption
|
||||||
COPYCMDIFMISSING $TMP_DIR/contrib/ise_library/text/encryption/eel $TMP_TARGET_DIR/contrib/library/text/encryption/eel
|
COPYCMDIFMISSING $TMP_DIR/contrib/ise_library/text/encryption/eel $TMP_TARGET_DIR/contrib/library/text/encryption/eel
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user