echo so I know it's doing something

This commit is contained in:
Eric House 2014-11-15 20:37:22 -08:00
parent 2465017e46
commit 64276b041e

View file

@ -73,6 +73,7 @@ for LOC in $LOCS; do
done
done
echo "searching for ${#ENG_IDS[*]} unique string ids"
if [ -n "$SEARCH_SOURCE" ]; then
IDS="${!ENG_IDS[*]}"
for ID in $IDS; do
@ -92,4 +93,4 @@ for LOC in $LOCS; do
for ID in $IDS; do
grep -q $ID $LOC || echo "$ID not found in $LOC"
done
done
done