Skip to content

Commit

Permalink
Make output more compact by removing some newlines
Browse files Browse the repository at this point in the history
  • Loading branch information
mosbth committed Aug 26, 2020
1 parent 40fc5a9 commit 0183857
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions REVISION.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@ Revision history



v2.3.6 (2020-08-26)
----------------------------------

* Make output more compact by removing some newlines



v2.3.5 (2020-03-31)
----------------------------------

Expand Down
4 changes: 2 additions & 2 deletions gui.bash
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#
# GUI for dbwebb inspect.
#
VERSION="v2.3.5 (2020-03-31)"
VERSION="v2.3.6 (2020-08-26)"

# Messages
MSG_OK="\033[0;30;42mOK\033[0m"
Expand Down Expand Up @@ -930,7 +930,7 @@ runSqlScript()
#
header()
{
printf "\n\n\033[0;30;42m>>> ======= %-25s =======\033[0m\n\n" "$1"
printf "\n\033[0;30;42m>>> ======= %-25s =======\033[0m\n" "$1"

if [[ $2 ]]; then
printf "%s\n" "$2"
Expand Down

0 comments on commit 0183857

Please sign in to comment.