:78 Function create_function() is deprecated [8192]

a more propper comment

Marcelo Ponce [2019-06-28 17:27:56]
a more propper comment
Filename
core/auxs/auxFns.sh
diff --git a/core/auxs/auxFns.sh b/core/auxs/auxFns.sh
index 965336e..ae8b9eb 100755
--- a/core/auxs/auxFns.sh
+++ b/core/auxs/auxFns.sh
@@ -62,7 +62,7 @@ checkTools(){
 	for tool in "$@"; do
 		# look for the 'tool' in executable path
 		statusTOOL=$(which $tool);
-		# if exit-status is non-zero tool NOT found!
+		# if status is null => tool NOT found!
 		[ -z $statusTOOL ] && errMsg "$tool needs to be installed for using this pipeline!" || echo "	 $tool ... found!"
 	done
 }
ViewGit