aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xdiff.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/diff.sh b/diff.sh
index b952807..3d82395 100755
--- a/diff.sh
+++ b/diff.sh
@@ -8,7 +8,7 @@ for i in $modules; do
echo "diff $i" 1>&2
cd $i
- git --no-pager diff
+ git --no-pager diff $*
if [ $? -ne 0 ]; then
echo "diff FAILED" 1>&2