summaryrefslogtreecommitdiff
path: root/maint.mk
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2008-04-19 16:47:26 +0200
committerJim Meyering <meyering@redhat.com>2008-04-19 16:47:26 +0200
commit87de29e6f072a9282a9320bfd4acc9c58cdde857 (patch)
treecd4454749469221b7366e2f5b42004829f479d6d /maint.mk
parentdc4a8e628034a396338553824f48fcf98ab5c84a (diff)
downloadcoreutils-87de29e6f072a9282a9320bfd4acc9c58cdde857.tar.xz
* maint.mk (writable-files): Fix syntax error.
Diffstat (limited to 'maint.mk')
-rw-r--r--maint.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/maint.mk b/maint.mk
index 6933a3c0f..6083583ee 100644
--- a/maint.mk
+++ b/maint.mk
@@ -523,7 +523,7 @@ writable-files:
test -w $$file \
|| { echo ERROR: $$file is not writable; fail=1; }; \
done; \
- test "$$fail" && exit 1 || :
+ test "$$fail" && exit 1 || : ; \
fi
v_etc_file = lib/version-etc.c