Skip to content

Commit 6fb854c

Browse files
committed
[#3398] Fixed shell
1 parent 757f288 commit 6fb854c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bin/admin/tests/pgsql_tests.sh.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1535,7 +1535,7 @@ pgsql_upgrade_schema_to_version() {
15351535

15361536
# Postgres psql does not accept pw on command line, but can do it
15371537
# thru an env
1538-
export PGPASSWORD=$db_password
1538+
export PGPASSWORD="${db_password}"
15391539

15401540
for script in "${upgrade_scripts_dir}"/upgrade*.sh
15411541
do

0 commit comments

Comments
 (0)