aboutsummaryrefslogtreecommitdiff
path: root/bin/grc.sh
diff options
context:
space:
mode:
Diffstat (limited to 'bin/grc.sh')
-rw-r--r--bin/grc.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/grc.sh b/bin/grc.sh
index 184baf8e..bfcb648d 100644
--- a/bin/grc.sh
+++ b/bin/grc.sh
@@ -12,4 +12,4 @@ fi
# Exit 0 if the first command gives any output (added files) or the second one
# exits 1 (inverted; differences in tracked files)
[ -n "$(git ls-files --others --exclude-standard)" ] ||
-! git diff-index --quiet HEAD
+ ! git diff-index --quiet HEAD