diff options
Diffstat (limited to 'fontconfig/new-version.sh')
-rw-r--r-- | fontconfig/new-version.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fontconfig/new-version.sh b/fontconfig/new-version.sh index 9ab64dd09..6cf609f29 100644 --- a/fontconfig/new-version.sh +++ b/fontconfig/new-version.sh @@ -1,6 +1,6 @@ #!/bin/sh -if git status -a > /dev/null; then +if [ "x`git status -s -uno`" != "x" ]; then echo 'Uncommited changes in repository' 1>&2 exit 1 fi |