summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/review')
-rwxr-xr-xscripts/review2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/review b/scripts/review
index 8aeb1d16c..3123c9f2e 100755
--- a/scripts/review
+++ b/scripts/review
@@ -133,7 +133,7 @@ eend $?
cd ..
if [[ "$opt_quiet" == "0" ]] ; then
- which diffstat >/dev/null 2>&1 && diff -Nur reviewed sunrise --exclude=Manifest --exclude=.svn --exclude=metadata.xml --exclude=digest-* | diffstat
+ which diffstat >/dev/null 2>&1 && diff -Nur reviewed sunrise --exclude=.svn | diffstat
diff -Nur reviewed sunrise --exclude=Manifest --exclude=.svn --exclude=metadata.xml --exclude=digest-*
fi
) | if [[ "$opt_quiet" == "0" ]] ; then less; else cat; fi