This commit is contained in:
olli 2023-11-06 17:41:38 +01:00
parent c73d5a6bcc
commit 0d5c35a779

View File

@ -21,6 +21,7 @@ function analyze {
. /etc/bash/gaboshlib.include . /etc/bash/gaboshlib.include
g_tmp=$2
#for bashfunc in $(find /etc/bash/gaboshlib -type f -name "g_*.bashfunc" -o -name "g_*.sh") #for bashfunc in $(find /etc/bash/gaboshlib -type f -name "g_*.bashfunc" -o -name "g_*.sh")
#do #do
# . "$bashfunc" # . "$bashfunc"
@ -198,9 +199,9 @@ do
if [ "${ANALYZE_BATCH}" -eq "0" ] if [ "${ANALYZE_BATCH}" -eq "0" ]
then then
echo -n " \"analyze ${file}\"" >>/tmp/parallel-$$ echo -n " \"analyze ${file} ${g_tmp}\"" >>/tmp/parallel-$$
else else
analyze ${file} analyze ${file} ${g_tmp}
fi fi
done done