tmp fix
This commit is contained in:
parent
c73d5a6bcc
commit
0d5c35a779
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user