From 026c2608f8cf6c4916bf6a7bd497b7c3f5baf346 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 28 Apr 2011 10:35:02 +0200 Subject: Treat etc as other modules --- git/stat.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'git/stat.sh') diff --git a/git/stat.sh b/git/stat.sh index 300432f..39eb081 100755 --- a/git/stat.sh +++ b/git/stat.sh @@ -7,7 +7,7 @@ self=`realpath $0` wd=`pwd` -for i in $all_modules; do +for i in $modules; do echo "stat $i" 1>&2 cd $i git status -- cgit v1.1