check this
This commit is contained in:
parent
fb78db5406
commit
64357a7787
|
|
@ -38,11 +38,11 @@ function check {
|
||||||
found=0
|
found=0
|
||||||
[ "$file" != "README.md" ] || continue
|
[ "$file" != "README.md" ] || continue
|
||||||
|
|
||||||
isChanged "${WHERE}${DASHMAP[$i]}"
|
isChanged "$file"
|
||||||
if [ "$?" = "1" ]; then
|
if [ "$?" = "1" ]; then
|
||||||
echo "Not changed: ${WHERE}${DASHMAP[$i]}"
|
echo "Not changed: $file"
|
||||||
else
|
else
|
||||||
echo "Changed: ${WHERE}${DASHMAP[$i]}"
|
echo "Changed: $file"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Check for this file's existence in the DASHMAP variable.
|
# Check for this file's existence in the DASHMAP variable.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue