Skip to content
Snippets Groups Projects

add lines with prefix __DB__

Merged Hahn Axel (hahn) requested to merge update-localdump-to-classlike-functions into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -336,7 +336,7 @@ function _j_setLogfile(){
# ------------------------------------------------------------
function j_requireBinary(){
# echo "CHECK binary $1"
which "$1" >/dev/null
which "$1" >/dev/null 2>&1
rcself=$?
if [ $rcself -ne 0 ]; then
rc=$rc+$rcself
Loading