parent
5446308360
commit
61bbdeee19
|
@ -20,9 +20,8 @@ cd "$DIR/../../.." || exit 1
|
||||||
AUTHOR="uthor"
|
AUTHOR="uthor"
|
||||||
AUTHOR="@a${AUTHOR}"
|
AUTHOR="@a${AUTHOR}"
|
||||||
|
|
||||||
grep -r --include="*.java" "$AUTHOR" .
|
|
||||||
if grep -r --include="*.java" "$AUTHOR" .; then
|
if grep -r --include="*.java" "$AUTHOR" .; then
|
||||||
exit 0
|
|
||||||
else
|
|
||||||
exit 1
|
exit 1
|
||||||
|
else
|
||||||
|
exit 0
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in New Issue