Skip to content

Commit

Permalink
rebuild binaries
Browse files Browse the repository at this point in the history
  • Loading branch information
fchastanet committed Aug 10, 2023
1 parent a453629 commit d0728bd
Show file tree
Hide file tree
Showing 19 changed files with 56 additions and 2 deletions.
3 changes: 3 additions & 0 deletions bin/cli
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,9 @@ shopt -s expand_aliases
set -o pipefail
set -o errexit

# Command Substitution can inherit errexit option since bash v4.4
(shopt -p inherit_errexit &>/dev/null) && shopt -s inherit_errexit

# a log is generated when a command fails
set -o errtrace

Expand Down
3 changes: 3 additions & 0 deletions bin/dbImport
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,9 @@ shopt -s expand_aliases
set -o pipefail
set -o errexit

# Command Substitution can inherit errexit option since bash v4.4
(shopt -p inherit_errexit &>/dev/null) && shopt -s inherit_errexit

# a log is generated when a command fails
set -o errtrace

Expand Down
3 changes: 3 additions & 0 deletions bin/dbImportProfile
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,9 @@ shopt -s expand_aliases
set -o pipefail
set -o errexit

# Command Substitution can inherit errexit option since bash v4.4
(shopt -p inherit_errexit &>/dev/null) && shopt -s inherit_errexit

# a log is generated when a command fails
set -o errtrace

Expand Down
3 changes: 3 additions & 0 deletions bin/dbImportStream
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,9 @@ shopt -s expand_aliases
set -o pipefail
set -o errexit

# Command Substitution can inherit errexit option since bash v4.4
(shopt -p inherit_errexit &>/dev/null) && shopt -s inherit_errexit

# a log is generated when a command fails
set -o errtrace

Expand Down
3 changes: 3 additions & 0 deletions bin/dbQueryAllDatabases
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,9 @@ shopt -s expand_aliases
set -o pipefail
set -o errexit

# Command Substitution can inherit errexit option since bash v4.4
(shopt -p inherit_errexit &>/dev/null) && shopt -s inherit_errexit

# a log is generated when a command fails
set -o errtrace

Expand Down
3 changes: 3 additions & 0 deletions bin/dbQueryOneDatabase
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,9 @@ shopt -s expand_aliases
set -o pipefail
set -o errexit

# Command Substitution can inherit errexit option since bash v4.4
(shopt -p inherit_errexit &>/dev/null) && shopt -s inherit_errexit

# a log is generated when a command fails
set -o errtrace

Expand Down
3 changes: 3 additions & 0 deletions bin/dbScriptAllDatabases
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,9 @@ shopt -s expand_aliases
set -o pipefail
set -o errexit

# Command Substitution can inherit errexit option since bash v4.4
(shopt -p inherit_errexit &>/dev/null) && shopt -s inherit_errexit

# a log is generated when a command fails
set -o errtrace

Expand Down
5 changes: 4 additions & 1 deletion bin/doc
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,9 @@ shopt -s expand_aliases
set -o pipefail
set -o errexit

# Command Substitution can inherit errexit option since bash v4.4
(shopt -p inherit_errexit &>/dev/null) && shopt -s inherit_errexit

# a log is generated when a command fails
set -o errtrace

Expand Down Expand Up @@ -726,7 +729,7 @@ mkdir -p "${TMPDIR:-/tmp}/bin"
Env::pathPrepend "${TMPDIR:-/tmp}/bin"
DOC_DIR="${BASH_TOOLS_ROOT_DIR}/pages"
showHelp() {
cat <<EOF
cat <<EOF
${__HELP_TITLE}Description:${__HELP_NORMAL} generate markdown documentation
${__HELP_TITLE}Usage:${__HELP_NORMAL} ${SCRIPT_NAME}
Expand Down
3 changes: 3 additions & 0 deletions bin/gitIsAncestorOf
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,9 @@ shopt -s expand_aliases
set -o pipefail
set -o errexit

# Command Substitution can inherit errexit option since bash v4.4
(shopt -p inherit_errexit &>/dev/null) && shopt -s inherit_errexit

# a log is generated when a command fails
set -o errtrace

Expand Down
3 changes: 3 additions & 0 deletions bin/gitIsBranch
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,9 @@ shopt -s expand_aliases
set -o pipefail
set -o errexit

# Command Substitution can inherit errexit option since bash v4.4
(shopt -p inherit_errexit &>/dev/null) && shopt -s inherit_errexit

# a log is generated when a command fails
set -o errtrace

Expand Down
3 changes: 3 additions & 0 deletions bin/gitRenameBranch
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,9 @@ shopt -s expand_aliases
set -o pipefail
set -o errexit

# Command Substitution can inherit errexit option since bash v4.4
(shopt -p inherit_errexit &>/dev/null) && shopt -s inherit_errexit

# a log is generated when a command fails
set -o errtrace

Expand Down
3 changes: 3 additions & 0 deletions bin/installRequirements
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,9 @@ shopt -s expand_aliases
set -o pipefail
set -o errexit

# Command Substitution can inherit errexit option since bash v4.4
(shopt -p inherit_errexit &>/dev/null) && shopt -s inherit_errexit

# a log is generated when a command fails
set -o errtrace

Expand Down
3 changes: 3 additions & 0 deletions bin/mysql2puml
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,9 @@ shopt -s expand_aliases
set -o pipefail
set -o errexit

# Command Substitution can inherit errexit option since bash v4.4
(shopt -p inherit_errexit &>/dev/null) && shopt -s inherit_errexit

# a log is generated when a command fails
set -o errtrace

Expand Down
3 changes: 3 additions & 0 deletions bin/upgradeGithubRelease
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,9 @@ shopt -s expand_aliases
set -o pipefail
set -o errexit

# Command Substitution can inherit errexit option since bash v4.4
(shopt -p inherit_errexit &>/dev/null) && shopt -s inherit_errexit

# a log is generated when a command fails
set -o errtrace

Expand Down
3 changes: 3 additions & 0 deletions bin/waitForIt
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,9 @@ shopt -s expand_aliases
set -o pipefail
set -o errexit

# Command Substitution can inherit errexit option since bash v4.4
(shopt -p inherit_errexit &>/dev/null) && shopt -s inherit_errexit

# a log is generated when a command fails
set -o errtrace

Expand Down
3 changes: 3 additions & 0 deletions bin/waitForMysql
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,9 @@ shopt -s expand_aliases
set -o pipefail
set -o errexit

# Command Substitution can inherit errexit option since bash v4.4
(shopt -p inherit_errexit &>/dev/null) && shopt -s inherit_errexit

# a log is generated when a command fails
set -o errtrace

Expand Down
3 changes: 3 additions & 0 deletions conf/dbScripts/extractData
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,9 @@ shopt -s expand_aliases
set -o pipefail
set -o errexit

# Command Substitution can inherit errexit option since bash v4.4
(shopt -p inherit_errexit &>/dev/null) && shopt -s inherit_errexit

# a log is generated when a command fails
set -o errtrace

Expand Down
3 changes: 3 additions & 0 deletions install
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,9 @@ shopt -s expand_aliases
set -o pipefail
set -o errexit

# Command Substitution can inherit errexit option since bash v4.4
(shopt -p inherit_errexit &>/dev/null) && shopt -s inherit_errexit

# a log is generated when a command fails
set -o errtrace

Expand Down
2 changes: 1 addition & 1 deletion src/_binaries/build/doc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ BASH_TOOLS_ROOT_DIR="$(cd "${CURRENT_DIR}/.." && pwd -P)"
.INCLUDE "$(dynamicTemplateDir _includes/_load.tpl)"
DOC_DIR="${BASH_TOOLS_ROOT_DIR}/pages"
showHelp() {
cat <<EOF
cat <<EOF
${__HELP_TITLE}Description:${__HELP_NORMAL} generate markdown documentation
${__HELP_TITLE}Usage:${__HELP_NORMAL} ${SCRIPT_NAME}
Expand Down

0 comments on commit d0728bd

Please sign in to comment.