pgAdmin 4 commit: Don't use imple variable notation in bash scripts.

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Don't use imple variable notation in bash scripts.
Date: 2018-06-25 16:00:24
Message-ID: E1fXTui-00024S-TJ@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2018-06-26 06:24:11 pgAdmin 4 commit: Updated extension upgrade message. Fixes #3445
Previous Message Dave Page 2018-06-25 15:41:38 pgAdmin 4 commit: Correct version comparison, per Khushboo.