summaryrefslogtreecommitdiff
path: root/g
diff options
context:
space:
mode:
Diffstat (limited to 'g')
-rwxr-xr-xg1
1 files changed, 0 insertions, 1 deletions
diff --git a/g b/g
index a37943abbb29..a832fd2ee604 100755
--- a/g
+++ b/g
@@ -231,7 +231,6 @@ for REPO in $DIRS ; do
# do it!
if [ "$COMMAND" != "clone" -o ! -d $DIR ] ; then
[ "$REPORT_REPOS" = "1" ] && echo "===== $NAME ====="
- echo git $PAGER "$COMMAND" $EXTRA "${FILES[@]}"
git $PAGER "$COMMAND" $EXTRA "${FILES[@]}"
RETURN=$?
fi