Corrected environment variable.

This commit is contained in:
Umachandar Jayachandran
2018-11-08 10:55:03 -08:00
parent cdeb986dee
commit a6203783bc
2 changed files with 2 additions and 2 deletions
@@ -61,7 +61,7 @@ del /q product_reviews.*
REM %DEBUG% del /q *.out *.err *.csv
echo Bootstrap of the sample database completed successfully.
echo Data files for Oracle setup are located at [%TMPDIRNAME%].
echo Data files for Oracle setup are located at [%TMP%\%TMP_DIR_NAME%].
popd
endlocal
@@ -76,7 +76,7 @@ $DEBUG rm -f product_reviews.*
echo
echo Bootstrap of the sample database completed successfully.
echo Data files for Oracle setup are located at [$TMPDIRNAME].
echo Data files for Oracle setup are located at [/tmp/$TMP_DIR_NAME].
# $DEBUG rm -f *.out *.err *.csv
popd