summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xscripts/api-review/api-review-gen2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/api-review/api-review-gen b/scripts/api-review/api-review-gen
index 61ac088b..3e7097d6 100755
--- a/scripts/api-review/api-review-gen
+++ b/scripts/api-review/api-review-gen
@@ -336,7 +336,7 @@ do
mutter "Reverting the boring changes to $QTMODULE"
run "$THERE/resetboring.py" --disclaim | while read f
do git checkout $QUIET "$PRIOR" -- "$f" || logged rm -f "$f"
- done
+ done 2>&1 | grep -wv "error: pathspec '.*' did not match any"
if git diff --quiet --cached
then