From: Elan Ruusamäe Date: Fri, 7 Jun 2013 13:03:18 +0000 (+0300) Subject: use porcelain X-Git-Tag: auto/th/rpm-build-tools-4.5-9~2 X-Git-Url: https://git.pld-linux.org/?a=commitdiff_plain;h=37fd5f8bdda48c137f118d8e31c22b6f82dbdaea;p=packages%2Frpm-build-tools.git use porcelain --- diff --git a/update-geoip.sh b/update-geoip.sh index 0774e76..3ab52a3 100755 --- a/update-geoip.sh +++ b/update-geoip.sh @@ -61,6 +61,6 @@ done for pkg in ${*:-$pkgs}; do cd $pkg - git status -s + git status --porcelain cd .. done