From 0c84989ca0b97ca1d075e7a304a407553e34381d Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Mon, 31 Dec 2018 14:19:57 +1300 Subject: Clarify control flow in shell scripts --- bin/grc.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/grc.sh') 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 -- cgit v1.2.3