Skip to content

Commit

Permalink
Add quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
JanSchnacki committed Nov 8, 2023
1 parent 5001df4 commit e6ab432
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ocenv
Original file line number Diff line number Diff line change
Expand Up @@ -517,7 +517,7 @@ cat > "${GV_SQL_DIR}/login.sql" <<-"EOT"
SET TAB OFF
SET TERMOUT ON
EOT
if [[ -f ${GV_CUSTOM_LOGIN_SQL} ]]
if [[ -f "${GV_CUSTOM_LOGIN_SQL}" ]]
then
echo "@${GV_CUSTOM_LOGIN_SQL}" >> "${GV_SQL_DIR}/login.sql"
fi
Expand Down

0 comments on commit e6ab432

Please sign in to comment.