pgAdmin 4 commit: Don't use imple variable notation in bash scripts. - Mailing list pgadmin-hackers

From Dave Page
Subject pgAdmin 4 commit: Don't use imple variable notation in bash scripts.
Date
Msg-id E1fXTui-00024S-TJ@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
Don't use imple variable notation in bash scripts.

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=27bb7ff5db2be892c9a7aa8880a01a907572a7e1

Modified Files
--------------
ci/build_docs.sh        |  8 ++++----
ci/build_pip_wheel.sh   |  8 ++++----
ci/build_runtime_qt4.sh |  8 ++++----
ci/build_runtime_qt5.sh |  8 ++++----
ci/build_tarballs.sh    | 10 +++++-----
ci/ci_runner.sh         | 18 +++++++++---------
ci/create_config.sh     | 16 ++++++++--------
ci/run_feature_tests.sh | 24 ++++++++++++------------
ci/run_jasmine_tests.sh |  2 +-
ci/run_python_tests.sh  | 22 +++++++++++-----------
ci/update_messages.sh   |  4 ++--
11 files changed, 64 insertions(+), 64 deletions(-)


pgadmin-hackers by date:

Previous
From: Dave Page
Date:
Subject: pgAdmin 4 commit: Correct version comparison, per Khushboo.
Next
From: Akshay Joshi
Date:
Subject: pgAdmin 4 commit: Updated extension upgrade message. Fixes #3445