debugging
Co-authored-by: sigonasr2 <sigonasr2@gmail.com>
This commit is contained in:
parent
fb799f7f0b
commit
1cba234194
@ -1,5 +1,5 @@
|
|||||||
.coauthors:3785ad38663e5fc43e574914ad067294 -
|
.coauthors:3785ad38663e5fc43e574914ad067294 -
|
||||||
define.sh:d6b20a25a04a60d94f466e48fa60ac69 -
|
define.sh:d6b20a25a04a60d94f466e48fa60ac69 -
|
||||||
main.sh:32a1f953ffca8584d1eb57c0ecd8a582 -
|
main.sh:32a1f953ffca8584d1eb57c0ecd8a582 -
|
||||||
search.sh:7f6a21b5afa50498d134b8fe744e23c5 -
|
search.sh:15fdca39204e122af5ee3ba99a5e4bbb -
|
||||||
.updateDirectories:0ede00461e947494545e694040787b3f -
|
.updateDirectories:0ede00461e947494545e694040787b3f -
|
||||||
|
@ -29,7 +29,7 @@ function check() {
|
|||||||
if [ "$DIFF" != "" ]
|
if [ "$DIFF" != "" ]
|
||||||
then
|
then
|
||||||
echo " Differences detected!"
|
echo " Differences detected!"
|
||||||
|
cat /tmp/out
|
||||||
while IFS= read -r line
|
while IFS= read -r line
|
||||||
do
|
do
|
||||||
IFS=':' read -ra split <<< $line
|
IFS=':' read -ra split <<< $line
|
||||||
|
Loading…
x
Reference in New Issue
Block a user