Skip to content

Commit

Permalink
Merge pull request #535 from OCR-D/patch-bashlib-minversion-set-x
Browse files Browse the repository at this point in the history
bashlib: avoid activating set -x
  • Loading branch information
kba authored Jul 21, 2020
2 parents 71efa5f + 355c9fa commit 4872b39
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion ocrd/bashlib/src/logging.bash
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ ocrd__log () {
## Ensure minimum version
# ht https://stackoverflow.com/posts/4025065
ocrd__minversion () {
set -x
local minversion="$1"
local version=$(ocrd --version|sed 's/ocrd, version //')
echo "$minversion < $version?"
Expand Down
1 change: 0 additions & 1 deletion ocrd/ocrd/lib.bash
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ ocrd__log () {
## Ensure minimum version
# ht https://stackoverflow.com/posts/4025065
ocrd__minversion () {
set -x
local minversion="$1"
local version=$(ocrd --version|sed 's/ocrd, version //')
echo "$minversion < $version?"
Expand Down

0 comments on commit 4872b39

Please sign in to comment.